#b8c2eb

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

Shades of Perano #B8C2EB

Tints of Perano #B8C2EB

Color information

#B8C2EB (or 0xB8C2EB) is unknown color: approx Perano. HEX triplet: B8, C2 and EB. RGB value is (184,194,235). Sum of RGB (Red+Green+Blue) = 184+194+235=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8C2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C2EB is #473D14. Grayscale: #C3C3C3. Windows color (decimal): -4668693 or 15450808. OLE color: 15450808.

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

Color convert

RGB184194235-
CMYK0.220.1700.08
HSL228.24º56.04%82.16%-
HSV(B)228.24º21.7%92.16%-
XYZ54.0554.7786.32-
YUV195.68150.19119.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.02%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=30.02%
G=31.65%
B=38.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841942350.220.1700.08228.2456.0482.16
HexB8C2EB161108e43852
Octal270302353262101034470122
Binary101110001100001011101011101101000101000111001001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8c2eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8c2eb; }

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

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

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

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

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

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

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

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