#B8C1EC

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

Shades of Perano #B8C1EC

Tints of Perano #B8C1EC

Color information

#B8C1EC (or 0xB8C1EC) is unknown color: approx Perano. HEX triplet: B8, C1 and EC. RGB value is (184,193,236). Sum of RGB (Red+Green+Blue) = 184+193+236=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C1EC is #473E13. Grayscale: #C3C3C3. Windows color (decimal): -4668948 or 15516088. OLE color: 15516088.

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

Color convert

RGB184193236-
CMYK0.220.1800.07
HSL229.62º57.78%82.35%-
HSV(B)229.62º22.03%92.55%-
XYZ53.9854.3987.01-
YUV195.21151.02120-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.02%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=30.02%
G=31.48%
B=38.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841932360.220.1800.07229.6257.7882.35
HexB8C1EC161207e63a52
Octal27030135426220734672122
Binary10111000110000011110110010110100100111111001101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C1EC; }

 p { color: rgb(184,193,236); }

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

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

 a { background-color: rgb(184,193,236); }

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

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

 span { border-color: rgb(184,193,236); }

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