#BFDACA

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

Shades of Aero Blue #BFDACA

Tints of Aero Blue #BFDACA

Color information

#BFDACA (or 0xBFDACA) is unknown color: approx Aero Blue. HEX triplet: BF, DA and CA. RGB value is (191,218,202). Sum of RGB (Red+Green+Blue) = 191+218+202=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDACA is #402535. Grayscale: #D0D0D0. Windows color (decimal): -4203830 or 13294271. OLE color: 13294271.

HSL color Cylindrical-coordinate representation of color #BFDACA: hue angle of 144.44º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFDACA is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB191218202-
CMYK0.1200.070.15
HSL144.44º26.73%80.2%-
HSV(B)144.44º12.39%85.49%-
XYZ57.2265.4865.5-
YUV208.1124.55115.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=31.26%
G=35.68%
B=33.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912182020.1200.070.15144.4426.7380.2
HexBFDACAC07F901b50
Octal27733231214071722033120
Binary10111111110110101100101011000111111110010000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDACA; }

 p { color: rgb(191,218,202); }

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

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

 a { background-color: rgb(191,218,202); }

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

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

 span { border-color: rgb(191,218,202); }

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