#B6BEEC

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

Shades of Perano #B6BEEC

Tints of Perano #B6BEEC

Color information

#B6BEEC (or 0xB6BEEC) is unknown color: approx Perano. HEX triplet: B6, BE and EC. RGB value is (182,190,236). Sum of RGB (Red+Green+Blue) = 182+190+236=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6BEEC is #494113. Grayscale: #C0C0C0. Windows color (decimal): -4800788 or 15515318. OLE color: 15515318.

HSL color Cylindrical-coordinate representation of color #B6BEEC: hue angle of 231.11º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6BEEC is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182190236-
CMYK0.230.1900.07
HSL231.11º58.7%81.96%-
HSV(B)231.11º22.88%92.55%-
XYZ52.8552.8386.77-
YUV192.85152.35120.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.93%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=29.93%
G=31.25%
B=38.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821902360.230.1900.07231.1158.781.96
HexB6BEEC171307e73b52
Octal26627635427230734773122
Binary10110110101111101110110010111100110111111001111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEEC; }

 p { color: rgb(182,190,236); }

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

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

 a { background-color: rgb(182,190,236); }

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

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

 span { border-color: rgb(182,190,236); }

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