Html Css Color HEX #BDDDD0 Aero Blue

📋 copy color: '#BDDDD0'

red 189 ◦ green 221 ◦ blue 208

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

Shades of Aero Blue #BDDDD0

Tints of Aero Blue #BDDDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 33.66%

R = 30.58%
G = 35.76%
B = 33.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#BDDDD0 (or 0xBDDDD0) is known color: Aero Blue. HEX triplet: BD, DD and D0. RGB value is (189,221,208). Sum of RGB (Red+Green+Blue) = 189+221+208=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDD0 is #42222F. Grayscale: #D1D1D1. Windows color (decimal): -4334128 or 13688253. OLE color: 13688253.

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

Color convert

RGB 189 221 208 -
CMYK 0.14 0 0.06 0.13
HSL 155.63º 0.32% 0.8% -
HSV(B) 155.63º 0.14% 0.87% -
XYZ 58.23 67.09 69.55 -
YUV 209.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 189 221 208 0.14 0 0.06 0.13 155.63 0.32 0.8
Hex BD DD D0 E 0 6 D 9C 20 50
Octal 275 335 320 16 0 6 15 234 40 120
Binary 10111101 11011101 11010000 1110 0 110 1101 10011100 100000 1010000

Color Harmonies of #BDDDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDD0

Black with #BDDDD0

Text Example


Text Example

White with #BDDDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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