Html Css Color HEX #BDFFDA Aero Blue

📋 copy color: '#BDFFDA'

red 189 ◦ green 255 ◦ blue 218

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

Shades of Aero Blue #BDFFDA

Tints of Aero Blue #BDFFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.93%

R = 28.55%
G = 38.52%
B = 32.93%

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

#BDFFDA (or 0xBDFFDA) is known color: Aero Blue. HEX triplet: BD, FF and DA. RGB value is (189,255,218). Sum of RGB (Red+Green+Blue) = 189+255+218=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFDA is #420025. Grayscale: #E7E7E7. Windows color (decimal): -4325414 or 14352317. OLE color: 14352317.

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

Color convert

RGB 189 255 218 -
CMYK 0.26 0 0.15 0
HSL 146.36º 1% 0.87% -
HSV(B) 146.36º 0.26% 1% -
XYZ 69.4 87.4 79.54 -
YUV 231.05 120.63 98.01 -
System Red Green Blue C M Y K H S L
Decimal 189 255 218 0.26 0 0.15 0 146.36 1 0.87
Hex BD FF DA 1A 0 F 0 92 64 57
Octal 275 377 332 32 0 17 0 222 144 127
Binary 10111101 11111111 11011010 11010 0 1111 0 10010010 1100100 1010111

Color Harmonies of #BDFFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFFDA

Black with #BDFFDA

Text Example


Text Example

White with #BDFFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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