#BCC1E8

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

Shades of Perano #BCC1E8

Tints of Perano #BCC1E8

Color information

#BCC1E8 (or 0xBCC1E8) is unknown color: approx Perano. HEX triplet: BC, C1 and E8. RGB value is (188,193,232). Sum of RGB (Red+Green+Blue) = 188+193+232=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCC1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1E8 is #433E17. Grayscale: #C3C3C3. Windows color (decimal): -4406808 or 15253948. OLE color: 15253948.

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

Color convert

RGB188193232-
CMYK0.190.1700.09
HSL233.18º48.89%82.35%-
HSV(B)233.18º18.97%90.98%-
XYZ54.3754.6684.03-
YUV195.95148.34122.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 232 (91.02% from 255) = 37.85%
R=30.67%
G=31.48%
B=37.85%

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
Decimal1881932320.190.1700.09233.1848.8982.35
HexBCC1E8131109e93152
Octal274301350232101135161122
Binary101111001100000111101000100111000101001111010011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1E8; }

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

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

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

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

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

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

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

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