Html Css Color HEX #BDFDD8 Aero Blue

📋 copy color: '#BDFDD8'

red 189 ◦ green 253 ◦ blue 216

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

Shades of Aero Blue #BDFDD8

Tints of Aero Blue #BDFDD8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.45%

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

R = 28.72%
G = 38.45%
B = 32.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#BDFDD8 (or 0xBDFDD8) is known color: Aero Blue. HEX triplet: BD, FD and D8. RGB value is (189,253,216). Sum of RGB (Red+Green+Blue) = 189+253+216=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDD8 is #420227. Grayscale: #E5E5E5. Windows color (decimal): -4325928 or 14220733. OLE color: 14220733.

HSL color Cylindrical-coordinate representation of color #BDFDD8: hue angle of 145.31º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDD8 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 216 -
CMYK 0.25 0 0.15 0.01
HSL 145.31º 0.94% 0.87% -
HSV(B) 145.31º 0.25% 0.99% -
XYZ 68.51 86.03 77.96 -
YUV 229.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 189 253 216 0.25 0 0.15 0.01 145.31 0.94 0.87
Hex BD FD D8 19 0 F 1 91 5E 57
Octal 275 375 330 31 0 17 1 221 136 127
Binary 10111101 11111101 11011000 11001 0 1111 1 10010001 1011110 1010111

Color Harmonies of #BDFDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDD8

Black with #BDFDD8

Text Example


Text Example

White with #BDFDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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