Html Css Color HEX #BDFFD7 Aero Blue

📋 copy color: '#BDFFD7'

red 189 ◦ green 255 ◦ blue 215

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

Shades of Aero Blue #BDFFD7

Tints of Aero Blue #BDFFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.63%

R = 28.68%
G = 38.69%
B = 32.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#BDFFD7 (or 0xBDFFD7) is known color: Aero Blue. HEX triplet: BD, FF and D7. RGB value is (189,255,215). Sum of RGB (Red+Green+Blue) = 189+255+215=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD7 is #420028. Grayscale: #E6E6E6. Windows color (decimal): -4325417 or 14155709. OLE color: 14155709.

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

Color convert

RGB 189 255 215 -
CMYK 0.26 0 0.16 0
HSL 143.64º 1% 0.87% -
HSV(B) 143.64º 0.26% 1% -
XYZ 69.01 87.25 77.49 -
YUV 230.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 189 255 215 0.26 0 0.16 0 143.64 1 0.87
Hex BD FF D7 1A 0 10 0 90 64 57
Octal 275 377 327 32 0 20 0 220 144 127
Binary 10111101 11111111 11010111 11010 0 10000 0 10010000 1100100 1010111

Color Harmonies of #BDFFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFD7

Black with #BDFFD7

Text Example


Text Example

White with #BDFFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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