Html Css Color HEX #BDFFD8 Aero Blue

📋 copy color: '#BDFFD8'

red 189 ◦ green 255 ◦ blue 216

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

Shades of Aero Blue #BDFFD8

Tints of Aero Blue #BDFFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.73%

R = 28.64%
G = 38.64%
B = 32.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#BDFFD8 (or 0xBDFFD8) is known color: Aero Blue. HEX triplet: BD, FF and D8. RGB value is (189,255,216). Sum of RGB (Red+Green+Blue) = 189+255+216=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD8 is #420027. Grayscale: #E6E6E6. Windows color (decimal): -4325416 or 14221245. OLE color: 14221245.

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

Color convert

RGB 189 255 216 -
CMYK 0.26 0 0.15 0
HSL 144.55º 1% 0.87% -
HSV(B) 144.55º 0.26% 1% -
XYZ 69.14 87.3 78.17 -
YUV 230.82 119.63 98.17 -
System Red Green Blue C M Y K H S L
Decimal 189 255 216 0.26 0 0.15 0 144.55 1 0.87
Hex BD FF D8 1A 0 F 0 91 64 57
Octal 275 377 330 32 0 17 0 221 144 127
Binary 10111101 11111111 11011000 11010 0 1111 0 10010001 1100100 1010111

Color Harmonies of #BDFFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFD8

Black with #BDFFD8

Text Example


Text Example

White with #BDFFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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