Html Css Color HEX #BDDDCA Aero Blue

📋 copy color: '#BDDDCA'

red 189 ◦ green 221 ◦ blue 202

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

Shades of Aero Blue #BDDDCA

Tints of Aero Blue #BDDDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.11%

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

R = 30.88%
G = 36.11%
B = 33.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BDDDCA (or 0xBDDDCA) is known color: Aero Blue. HEX triplet: BD, DD and CA. RGB value is (189,221,202). Sum of RGB (Red+Green+Blue) = 189+221+202=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDCA is #422235. Grayscale: #D1D1D1. Windows color (decimal): -4334134 or 13295037. OLE color: 13295037.

HSL color Cylindrical-coordinate representation of color #BDDDCA: hue angle of 144.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDCA is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 202 -
CMYK 0.14 0 0.09 0.13
HSL 144.38º 0.32% 0.8% -
HSV(B) 144.38º 0.14% 0.87% -
XYZ 57.5 66.8 65.74 -
YUV 209.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 189 221 202 0.14 0 0.09 0.13 144.38 0.32 0.8
Hex BD DD CA E 0 9 D 90 20 50
Octal 275 335 312 16 0 11 15 220 40 120
Binary 10111101 11011101 11001010 1110 0 1001 1101 10010000 100000 1010000

Color Harmonies of #BDDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDCA

Black with #BDDDCA

Text Example


Text Example

White with #BDDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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