#BCC1EC

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

Shades of Perano #BCC1EC

Tints of Perano #BCC1EC

Color information

#BCC1EC (or 0xBCC1EC) is unknown color: approx Perano. HEX triplet: BC, C1 and EC. RGB value is (188,193,236). Sum of RGB (Red+Green+Blue) = 188+193+236=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCC1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1EC is #433E13. Grayscale: #C4C4C4. Windows color (decimal): -4406804 or 15516092. OLE color: 15516092.

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

Color convert

RGB188193236-
CMYK0.200.1800.07
HSL233.75º55.81%83.14%-
HSV(B)233.75º20.34%92.55%-
XYZ54.9554.8987.06-
YUV196.41150.34122-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=30.47%
G=31.28%
B=38.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881932360.200.1800.07233.7555.8183.14
HexBCC1EC141207ea3853
Octal27430135424220735270123
Binary10111100110000011110110010100100100111111010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1EC; }

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

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

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

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

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

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

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

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