Html Css Color HEX #BDDFD2 Aero Blue

📋 copy color: '#BDDFD2'

red 189 ◦ green 223 ◦ blue 210

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

Shades of Aero Blue #BDDFD2

Tints of Aero Blue #BDDFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.85%

 BLUE value IS 210 (82.42% from 255) = 33.76%

R = 30.39%
G = 35.85%
B = 33.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BDDFD2 (or 0xBDDFD2) is known color: Aero Blue. HEX triplet: BD, DF and D2. RGB value is (189,223,210). Sum of RGB (Red+Green+Blue) = 189+223+210=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFD2 is #42202D. Grayscale: #D3D3D3. Windows color (decimal): -4333614 or 13819837. OLE color: 13819837.

HSL color Cylindrical-coordinate representation of color #BDDFD2: hue angle of 157.06º 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 #BDDFD2 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 210 -
CMYK 0.15 0 0.06 0.13
HSL 157.06º 0.35% 0.81% -
HSV(B) 157.06º 0.15% 0.87% -
XYZ 59.01 68.25 71.04 -
YUV 211.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 189 223 210 0.15 0 0.06 0.13 157.06 0.35 0.81
Hex BD DF D2 F 0 6 D 9D 23 51
Octal 275 337 322 17 0 6 15 235 43 121
Binary 10111101 11011111 11010010 1111 0 110 1101 10011101 100011 1010001

Color Harmonies of #BDDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFD2

Black with #BDDFD2

Text Example


Text Example

White with #BDDFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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