#BDF3D2

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

Shades of Aero Blue #BDF3D2

Tints of Aero Blue #BDF3D2

Color information

#BDF3D2 (or 0xBDF3D2) is unknown color: approx Aero Blue. HEX triplet: BD, F3 and D2. RGB value is (189,243,210). Sum of RGB (Red+Green+Blue) = 189+243+210=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3D2 is #420C2D. Grayscale: #DFDFDF. Windows color (decimal): -4328494 or 13824957. OLE color: 13824957.

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

Color convert

RGB189243210-
CMYK0.2200.140.05
HSL143.33º69.23%84.71%-
HSV(B)143.33º22.22%95.29%-
XYZ64.6779.5772.92-
YUV223.09120.61103.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 243 (95.31% from 255) = 37.85%
BLUE value IS 210 (82.42% from 255) = 32.71%
R=29.44%
G=37.85%
B=32.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892432100.2200.140.05143.3369.2384.71
HexBDF3D2160E58f4555
Octal275363322260165217105125
Binary10111101111100111101001010110011101011000111110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3D2; }

 p { color: rgb(189,243,210); }

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

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

 a { background-color: rgb(189,243,210); }

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

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

 span { border-color: rgb(189,243,210); }

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