#B8C3EB

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

Shades of Perano #B8C3EB

Tints of Perano #B8C3EB

Color information

#B8C3EB (or 0xB8C3EB) is unknown color: approx Perano. HEX triplet: B8, C3 and EB. RGB value is (184,195,235). Sum of RGB (Red+Green+Blue) = 184+195+235=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 195 (76.56% from 255 or 31.76% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8C3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C3EB is #473C14. Grayscale: #C4C4C4. Windows color (decimal): -4668437 or 15451064. OLE color: 15451064.

HSL color Cylindrical-coordinate representation of color #B8C3EB: hue angle of 227.06º 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 #B8C3EB is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184195235-
CMYK0.220.1700.08
HSL227.06º56.04%82.16%-
HSV(B)227.06º21.7%92.16%-
XYZ54.2855.2286.39-
YUV196.27149.86119.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.97%
GREEN value IS 195 (76.56% from 255) = 31.76%
BLUE value IS 235 (92.19% from 255) = 38.27%
R=29.97%
G=31.76%
B=38.27%

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
Decimal1841952350.220.1700.08227.0656.0482.16
HexB8C3EB161108e33852
Octal270303353262101034370122
Binary101110001100001111101011101101000101000111000111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C3EB; }

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

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

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

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

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

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

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

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