Color Hex Logo

#b6bef7 Color Hex

#B6BEF7
(182,190,247)
0 Favorites   0 Comments

Color spaces of #b6bef7

RGB 182190247
HSL0.650.800.84
HSV233°26°97°
CMYK 0.260.230.00   0.03
XYZ54.493453.487495.4477
Yxy53.48740.26790.2629
Hunter Lab73.13515.0151-26.1841
CIE-Lab78.16199.5030-29.0621

#b6bef7 color RGB value is (182,190,247).

#b6bef7 hex color red value is 182, green value is 190 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #b6bef7 hue: 0.65 , saturation: 0.80 and the lightness value of b6bef7 is 0.84.

The process color (four color CMYK) of #b6bef7 color hex is 0.26, 0.23, 0.00, 0.03. Web safe color of #b6bef7 is #ccccff. Color #b6bef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10111110 11110111
Octal 266 276 367
Decimal 182 190 247
Hex B6 BE F7

RGB Percentages of Color #b6bef7

%29.40
%30.69
%39.90

CMYK Percentages of Color #b6bef7

%26
%23
%0
%3

Triadic Colors of #b6bef7

#b6bef7 #f7b6be #bef7b6

Analogous Colors of #b6bef7

#b6bef7 #cfb6f7 #b6dff7

Monochromatic Colors of #b6bef7

#b6bef7

Complementary Color

#b6bef7 #f7efb6

#b6bef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6bef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6bef7 Color CSS Codes

.mybgcolor {background-color:#b6bef7; } 
.myforecolor {color:#b6bef7; }
.mybordercolor {border:3px solid #b6bef7; }

#b6bef7 Text Font Color

<p style="color:#b6bef7">Text here</p>

This sample text font color is #b6bef7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b6bef7 Background Color

<div style="background-color:#b6bef7">
Div content here</div>

This div background color is #b6bef7


#b6bef7 Border Color

<div style="border:3px solid #b6bef7">
Div here</div>

This div border color is #b6bef7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,190,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6bef7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6bef7;
  -webkit-box-shadow: 1px 1px 3px 2px #b6bef7;
  box-shadow:         1px 1px 3px 2px #b6bef7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,190,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b6bef7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b6bef7;
  -webkit-box-shadow: 1px 1px 3px 2px #b6bef7;
  box-shadow:         1px 1px 3px 2px #b6bef7;">
Div content here</div>

This div box has shadow with color #b6bef7


Comments

No comments written yet.

Please login to write comment.