Html Css Color HEX #BDDACA Aero Blue

📋 copy color: '#BDDACA'

red 189 ◦ green 218 ◦ blue 202

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

Shades of Aero Blue #BDDACA

Tints of Aero Blue #BDDACA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.8%

 BLUE value IS 202 (79.3% from 255) = 33.17%

R = 31.03%
G = 35.8%
B = 33.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#BDDACA (or 0xBDDACA) is known color: Aero Blue. HEX triplet: BD, DA and CA. RGB value is (189,218,202). Sum of RGB (Red+Green+Blue) = 189+218+202=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDACA is #422535. Grayscale: #CFCFCF. Windows color (decimal): -4334902 or 13294269. OLE color: 13294269.

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

Color convert

RGB 189 218 202 -
CMYK 0.13 0 0.07 0.15
HSL 146.9º 0.28% 0.8% -
HSV(B) 146.9º 0.13% 0.85% -
XYZ 56.72 65.23 65.48 -
YUV 207.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 189 218 202 0.13 0 0.07 0.15 146.9 0.28 0.8
Hex BD DA CA D 0 7 F 93 1C 50
Octal 275 332 312 15 0 7 17 223 34 120
Binary 10111101 11011010 11001010 1101 0 111 1111 10010011 11100 1010000

Color Harmonies of #BDDACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDACA

Black with #BDDACA

Text Example


Text Example

White with #BDDACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDACA; }

 p { color: rgb(189,218,202); }

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

background-color css

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

 a { background-color: rgb(189,218,202); }

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

border-color css

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

 span { border-color: rgb(189,218,202); }

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