#B8C0EA

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

Shades of Perano #B8C0EA

Tints of Perano #B8C0EA

Color information

#B8C0EA (or 0xB8C0EA) is unknown color: approx Perano. HEX triplet: B8, C0 and EA. RGB value is (184,192,234). Sum of RGB (Red+Green+Blue) = 184+192+234=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8C0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C0EA is #473F15. Grayscale: #C2C2C2. Windows color (decimal): -4669206 or 15384760. OLE color: 15384760.

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

Color convert

RGB184192234-
CMYK0.210.1800.08
HSL230.4º54.35%81.96%-
HSV(B)230.4º21.37%91.76%-
XYZ53.4753.8385.41-
YUV194.4150.35120.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.16%
GREEN value IS 192 (75.39% from 255) = 31.48%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=30.16%
G=31.48%
B=38.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841922340.210.1800.08230.454.3581.96
HexB8C0EA151208e63652
Octal270300352252201034666122
Binary101110001100000011101010101011001001000111001101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C0EA; }

 p { color: rgb(184,192,234); }

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

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

 a { background-color: rgb(184,192,234); }

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

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

 span { border-color: rgb(184,192,234); }

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