#BCC0E8

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

Shades of Perano #BCC0E8

Tints of Perano #BCC0E8

Color information

#BCC0E8 (or 0xBCC0E8) is unknown color: approx Perano. HEX triplet: BC, C0 and E8. RGB value is (188,192,232). Sum of RGB (Red+Green+Blue) = 188+192+232=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 192 (75.39% from 255 or 31.37% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCC0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0E8 is #433F17. Grayscale: #C3C3C3. Windows color (decimal): -4407064 or 15253692. OLE color: 15253692.

HSL color Cylindrical-coordinate representation of color #BCC0E8: hue angle of 234.55º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC0E8 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188192232-
CMYK0.190.1700.09
HSL234.55º48.89%82.35%-
HSV(B)234.55º18.97%90.98%-
XYZ54.1554.2283.95-
YUV195.36148.67122.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.72%
GREEN value IS 192 (75.39% from 255) = 31.37%
BLUE value IS 232 (91.02% from 255) = 37.91%
R=30.72%
G=31.37%
B=37.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881922320.190.1700.09234.5548.8982.35
HexBCC0E8131109eb3152
Octal274300350232101135361122
Binary101111001100000011101000100111000101001111010111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0E8; }

 p { color: rgb(188,192,232); }

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

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

 a { background-color: rgb(188,192,232); }

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

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

 span { border-color: rgb(188,192,232); }

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