#BBDFCA

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

Shades of Aero Blue #BBDFCA

Tints of Aero Blue #BBDFCA

Color information

#BBDFCA (or 0xBBDFCA) is unknown color: approx Aero Blue. HEX triplet: BB, DF and CA. RGB value is (187,223,202). Sum of RGB (Red+Green+Blue) = 187+223+202=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFCA is #442035. Grayscale: #D1D1D1. Windows color (decimal): -4464694 or 13295547. OLE color: 13295547.

HSL color Cylindrical-coordinate representation of color #BBDFCA: hue angle of 145º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFCA is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB187223202-
CMYK0.1600.090.13
HSL145º36%80.39%-
HSV(B)145º16.14%87.45%-
XYZ57.5467.665.89-
YUV209.84123.57111.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.56%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=30.56%
G=36.44%
B=33.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872232020.1600.090.131453680.39
HexBBDFCA1009D912450
Octal273337312200111522144120
Binary10111011110111111100101010000010011101100100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFCA; }

 p { color: rgb(187,223,202); }

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

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

 a { background-color: rgb(187,223,202); }

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

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

 span { border-color: rgb(187,223,202); }

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