#BCC1E9

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

Shades of Perano #BCC1E9

Tints of Perano #BCC1E9

Color information

#BCC1E9 (or 0xBCC1E9) is unknown color: approx Perano. HEX triplet: BC, C1 and E9. RGB value is (188,193,233). Sum of RGB (Red+Green+Blue) = 188+193+233=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCC1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1E9 is #433E16. Grayscale: #C3C3C3. Windows color (decimal): -4406807 or 15319484. OLE color: 15319484.

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

Color convert

RGB188193233-
CMYK0.190.1700.09
HSL233.33º50.56%82.55%-
HSV(B)233.33º19.31%91.37%-
XYZ54.5254.7184.78-
YUV196.06148.84122.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 233 (91.41% from 255) = 37.95%
R=30.62%
G=31.43%
B=37.95%

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
Decimal1881932330.190.1700.09233.3350.5682.55
HexBCC1E9131109e93353
Octal274301351232101135163123
Binary101111001100000111101001100111000101001111010011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1E9; }

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

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

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

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

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

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

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

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