#BDDFCF

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

Shades of Aero Blue #BDDFCF

Tints of Aero Blue #BDDFCF

Color information

#BDDFCF (or 0xBDDFCF) is unknown color: approx Aero Blue. HEX triplet: BD, DF and CF. RGB value is (189,223,207). Sum of RGB (Red+Green+Blue) = 189+223+207=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFCF is #422030. Grayscale: #D3D3D3. Windows color (decimal): -4333617 or 13623229. OLE color: 13623229.

HSL color Cylindrical-coordinate representation of color #BDDFCF: hue angle of 151.76º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFCF is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB189223207-
CMYK0.1500.070.13
HSL151.76º34.69%80.78%-
HSV(B)151.76º15.25%87.45%-
XYZ58.6468.169.09-
YUV211.01125.74112.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 223 (87.5% from 255) = 36.03%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=30.53%
G=36.03%
B=33.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892232070.1500.070.13151.7634.6980.78
HexBDDFCFF07D982351
Octal27533731717071523043121
Binary101111011101111111001111111101111101100110001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFCF; }

 p { color: rgb(189,223,207); }

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

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

 a { background-color: rgb(189,223,207); }

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

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

 span { border-color: rgb(189,223,207); }

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