#BCF3DB

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

Shades of Aero Blue #BCF3DB

Tints of Aero Blue #BCF3DB

Color information

#BCF3DB (or 0xBCF3DB) is unknown color: approx Aero Blue. HEX triplet: BC, F3 and DB. RGB value is (188,243,219). Sum of RGB (Red+Green+Blue) = 188+243+219=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF3DB is #430C24. Grayscale: #DFDFDF. Windows color (decimal): -4394021 or 14414780. OLE color: 14414780.

HSL color Cylindrical-coordinate representation of color #BCF3DB: hue angle of 153.82º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3DB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB188243219-
CMYK0.2300.100.05
HSL153.82º69.62%84.51%-
HSV(B)153.82º22.63%95.29%-
XYZ65.5879.9178.99-
YUV223.82125.28102.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.92%
GREEN value IS 243 (95.31% from 255) = 37.38%
BLUE value IS 219 (85.94% from 255) = 33.69%
R=28.92%
G=37.38%
B=33.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882432190.2300.100.05153.8269.6284.51
HexBCF3DB170A59a4655
Octal274363333270125232106125
Binary10111100111100111101101110111010101011001101010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF3DB; }

 p { color: rgb(188,243,219); }

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

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

 a { background-color: rgb(188,243,219); }

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

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

 span { border-color: rgb(188,243,219); }

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