Html Css Color HEX #BDFFD6 Aero Blue

📋 copy color: '#BDFFD6'

red 189 ◦ green 255 ◦ blue 214

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

Shades of Aero Blue #BDFFD6

Tints of Aero Blue #BDFFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.52%

R = 28.72%
G = 38.75%
B = 32.52%

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

#BDFFD6 (or 0xBDFFD6) is known color: Aero Blue. HEX triplet: BD, FF and D6. RGB value is (189,255,214). Sum of RGB (Red+Green+Blue) = 189+255+214=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFD6 is #420029. Grayscale: #E6E6E6. Windows color (decimal): -4325418 or 14090173. OLE color: 14090173.

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

Color convert

RGB 189 255 214 -
CMYK 0.26 0 0.16 0
HSL 142.73º 1% 0.87% -
HSV(B) 142.73º 0.26% 1% -
XYZ 68.88 87.19 76.82 -
YUV 230.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 189 255 214 0.26 0 0.16 0 142.73 1 0.87
Hex BD FF D6 1A 0 10 0 8F 64 57
Octal 275 377 326 32 0 20 0 217 144 127
Binary 10111101 11111111 11010110 11010 0 10000 0 10001111 1100100 1010111

Color Harmonies of #BDFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFD6

Black with #BDFFD6

Text Example


Text Example

White with #BDFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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