Html Css Color HEX #BDFFDD Aero Blue

📋 copy color: '#BDFFDD'

red 189 ◦ green 255 ◦ blue 221

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

Shades of Aero Blue #BDFFDD

Tints of Aero Blue #BDFFDD

RGB

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

 GREEN value IS 255 (100% from 255) = 38.35%

 BLUE value IS 221 (86.72% from 255) = 33.23%

R = 28.42%
G = 38.35%
B = 33.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#BDFFDD (or 0xBDFFDD) is known color: Aero Blue. HEX triplet: BD, FF and DD. RGB value is (189,255,221). Sum of RGB (Red+Green+Blue) = 189+255+221=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFDD is #420022. Grayscale: #E7E7E7. Windows color (decimal): -4325411 or 14548925. OLE color: 14548925.

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

Color convert

RGB 189 255 221 -
CMYK 0.26 0 0.13 0
HSL 149.09º 1% 0.87% -
HSV(B) 149.09º 0.26% 1% -
XYZ 69.8 87.56 81.63 -
YUV 231.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 189 255 221 0.26 0 0.13 0 149.09 1 0.87
Hex BD FF DD 1A 0 D 0 95 64 57
Octal 275 377 335 32 0 15 0 225 144 127
Binary 10111101 11111111 11011101 11010 0 1101 0 10010101 1100100 1010111

Color Harmonies of #BDFFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFDD

Black with #BDFFDD

Text Example


Text Example

White with #BDFFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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