Html Css Color HEX #BDF3DB Aero Blue

📋 copy color: '#BDF3DB'

red 189 ◦ green 243 ◦ blue 219

#BDF3DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aero Blue #BDF3DB

Tints of Aero Blue #BDF3DB

RGB

 RED value IS 189 (74.22% from 255) = 29.03%

 GREEN value IS 243 (95.31% from 255) = 37.33%

 BLUE value IS 219 (85.94% from 255) = 33.64%

R = 29.03%
G = 37.33%
B = 33.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BDF3DB (or 0xBDF3DB) is known color: Aero Blue. HEX triplet: BD, F3 and DB. RGB value is (189,243,219). Sum of RGB (Red+Green+Blue) = 189+243+219=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3DB is #420C24. Grayscale: #E0E0E0. Windows color (decimal): -4328485 or 14414781. OLE color: 14414781.

HSL color Cylindrical-coordinate representation of color #BDF3DB: hue angle of 153.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 #BDF3DB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 219 -
CMYK 0.22 0 0.10 0.05
HSL 153.33º 0.69% 0.85% -
HSV(B) 153.33º 0.22% 0.95% -
XYZ 65.82 80.03 79 -
YUV 224.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 189 243 219 0.22 0 0.10 0.05 153.33 0.69 0.85
Hex BD F3 DB 16 0 A 5 99 45 55
Octal 275 363 333 26 0 12 5 231 105 125
Binary 10111101 11110011 11011011 10110 0 1010 101 10011001 1000101 1010101

Color Harmonies of #BDF3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3DB

Black with #BDF3DB

Text Example


Text Example

White with #BDF3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3DB; }

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

 H1.HeaderClassName
 {
   color: #BDF3DB;
 }
 .AnyTagClassName
 {
   color: #BDF3DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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