#BCC0EB

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

Shades of Perano #BCC0EB

Tints of Perano #BCC0EB

Color information

#BCC0EB (or 0xBCC0EB) is unknown color: approx Perano. HEX triplet: BC, C0 and EB. RGB value is (188,192,235). Sum of RGB (Red+Green+Blue) = 188+192+235=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC0EB is #433F14. Grayscale: #C3C3C3. Windows color (decimal): -4407061 or 15450300. OLE color: 15450300.

HSL color Cylindrical-coordinate representation of color #BCC0EB: hue angle of 234.89º degrees, saturation: 0.54, 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 #BCC0EB is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188192235-
CMYK0.20.1800.08
HSL234.89º54.02%82.94%-
HSV(B)234.89º20%92.16%-
XYZ54.5854.3986.22-
YUV195.71150.17122.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=30.57%
G=31.22%
B=38.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881922350.20.1800.08234.8954.0282.94
HexBCC0EB141208eb3653
Octal274300353242201035366123
Binary101111001100000011101011101001001001000111010111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0EB; }

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

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

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

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

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

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

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

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