#B8C2EF

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

Shades of Perano #B8C2EF

Tints of Perano #B8C2EF

Color information

#B8C2EF (or 0xB8C2EF) is unknown color: approx Perano. HEX triplet: B8, C2 and EF. RGB value is (184,194,239). Sum of RGB (Red+Green+Blue) = 184+194+239=617 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.82% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8C2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C2EF is #473D10. Grayscale: #C3C3C3. Windows color (decimal): -4668689 or 15712952. OLE color: 15712952.

HSL color Cylindrical-coordinate representation of color #B8C2EF: hue angle of 229.09º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8C2EF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184194239-
CMYK0.230.1900.06
HSL229.09º63.22%82.94%-
HSV(B)229.09º23.01%93.73%-
XYZ54.6455.0189.4-
YUV196.14152.19119.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.82%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=29.82%
G=31.44%
B=38.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841942390.230.1900.06229.0963.2282.94
HexB8C2EF171306e53f53
Octal27030235727230634577123
Binary10111000110000101110111110111100110110111001011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C2EF; }

 p { color: rgb(184,194,239); }

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

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

 a { background-color: rgb(184,194,239); }

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

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

 span { border-color: rgb(184,194,239); }

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