#B6BCEB

Color #B6BCEB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B6BCEB

Tints of Perano #B6BCEB

Color information

#B6BCEB (or 0xB6BCEB) is unknown color: approx Perano. HEX triplet: B6, BC and EB. RGB value is (182,188,235). Sum of RGB (Red+Green+Blue) = 182+188+235=605 (80% of max value = 765). Red value is 182 (71.48% from 255 or 30.08% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BCEB is #494314. Grayscale: #BFBFBF. Windows color (decimal): -4801301 or 15449270. OLE color: 15449270.

HSL color Cylindrical-coordinate representation of color #B6BCEB: hue angle of 233.21º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6BCEB is Cyan = 0.23, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182188235-
CMYK0.230.200.08
HSL233.21º56.99%81.76%-
HSV(B)233.21º22.55%92.16%-
XYZ52.2751.9185.86-
YUV191.56152.51121.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 30.08%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=30.08%
G=31.07%
B=38.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821882350.230.200.08233.2156.9981.76
HexB6BCEB171408e93952
Octal266274353272401035171122
Binary101101101011110011101011101111010001000111010011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BCEB; }

 p { color: rgb(182,188,235); }

 H1.HeaderClassName
 {
   color: #B6BCEB;
 }
 .AnyTagClassName
 {
   color: #B6BCEB;
 }
</style>
background-color css

<style>
 a { background-color: #B6BCEB; }

 a { background-color: rgb(182,188,235); }

 div.DivClassName
 {
   background-color: #B6BCEB;
 }
 .BgClassName
 {
   background-color: #B6BCEB;
 }
</style>
border-color css

<style>
 span { border-color: #B6BCEB; }

 span { border-color: rgb(182,188,235); }

 td.TdClassName
 {
   border-color: #B6BCEB;
 }
 .TagClassName
 {
   border-color: #B6BCEB;
 }
</style>