#BCC0EE

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

Shades of Perano #BCC0EE

Tints of Perano #BCC0EE

Color information

#BCC0EE (or 0xBCC0EE) is unknown color: approx Perano. HEX triplet: BC, C0 and EE. RGB value is (188,192,238). Sum of RGB (Red+Green+Blue) = 188+192+238=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 192 (75.39% from 255 or 31.07% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0EE is #433F11. Grayscale: #C3C3C3. Windows color (decimal): -4407058 or 15646908. OLE color: 15646908.

HSL color Cylindrical-coordinate representation of color #BCC0EE: hue angle of 235.2º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC0EE is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188192238-
CMYK0.210.1900.07
HSL235.2º59.52%83.53%-
HSV(B)235.2º21.01%93.33%-
XYZ55.0254.5688.52-
YUV196.05151.67122.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 192 (75.39% from 255) = 31.07%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=30.42%
G=31.07%
B=38.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881922380.210.1900.07235.259.5283.53
HexBCC0EE151307eb3c54
Octal27430035625230735374124
Binary10111100110000001110111010101100110111111010111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0EE; }

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

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

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

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

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

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

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

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