#BCC0EA

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

Shades of Perano #BCC0EA

Tints of Perano #BCC0EA

Color information

#BCC0EA (or 0xBCC0EA) is unknown color: approx Perano. HEX triplet: BC, C0 and EA. RGB value is (188,192,234). Sum of RGB (Red+Green+Blue) = 188+192+234=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0EA is #433F15. Grayscale: #C3C3C3. Windows color (decimal): -4407062 or 15384764. OLE color: 15384764.

HSL color Cylindrical-coordinate representation of color #BCC0EA: hue angle of 234.78º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC0EA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188192234-
CMYK0.200.1800.08
HSL234.78º52.27%82.75%-
HSV(B)234.78º19.66%91.76%-
XYZ54.4454.3385.46-
YUV195.59149.67122.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 192 (75.39% from 255) = 31.27%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=30.62%
G=31.27%
B=38.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881922340.200.1800.08234.7852.2782.75
HexBCC0EA141208eb3453
Octal274300352242201035364123
Binary101111001100000011101010101001001001000111010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0EA; }

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

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

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

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

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

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

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

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