#BCC1EB

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

Shades of Perano #BCC1EB

Tints of Perano #BCC1EB

Color information

#BCC1EB (or 0xBCC1EB) is unknown color: approx Perano. HEX triplet: BC, C1 and EB. RGB value is (188,193,235). Sum of RGB (Red+Green+Blue) = 188+193+235=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1EB is #433E14. Grayscale: #C4C4C4. Windows color (decimal): -4406805 or 15450556. OLE color: 15450556.

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

Color convert

RGB188193235-
CMYK0.20.1800.08
HSL233.62º54.02%82.94%-
HSV(B)233.62º20%92.16%-
XYZ54.854.8386.29-
YUV196.29149.84122.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=30.52%
G=31.33%
B=38.15%

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
Decimal1881932350.20.1800.08233.6254.0282.94
HexBCC1EB141208ea3653
Octal274301353242201035266123
Binary101111001100000111101011101001001001000111010101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1EB; }

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

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

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

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

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

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

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

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