#BDFDDC

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

Shades of Aero Blue #BDFDDC

Tints of Aero Blue #BDFDDC

Color information

#BDFDDC (or 0xBDFDDC) is unknown color: approx Aero Blue. HEX triplet: BD, FD and DC. RGB value is (189,253,220). Sum of RGB (Red+Green+Blue) = 189+253+220=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDDC is #420223. Grayscale: #E6E6E6. Windows color (decimal): -4325924 or 14482877. OLE color: 14482877.

HSL color Cylindrical-coordinate representation of color #BDFDDC: hue angle of 149.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDDC is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB189253220-
CMYK0.2500.130.01
HSL149.06º94.12%86.67%-
HSV(B)149.06º25.3%99.22%-
XYZ69.0386.2480.72-
YUV230.1122.398.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.55%
GREEN value IS 253 (99.22% from 255) = 38.22%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=28.55%
G=38.22%
B=33.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532200.2500.130.01149.0694.1286.67
HexBDFDDC190D1955e57
Octal275375334310151225136127
Binary101111011111110111011100110010110111001010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDDC; }

 p { color: rgb(189,253,220); }

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

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

 a { background-color: rgb(189,253,220); }

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

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

 span { border-color: rgb(189,253,220); }

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