Html Css Color HEX #BDFDD7 Aero Blue

📋 copy color: '#BDFDD7'

red 189 ◦ green 253 ◦ blue 215

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

Shades of Aero Blue #BDFDD7

Tints of Aero Blue #BDFDD7

RGB

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

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

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

R = 28.77%
G = 38.51%
B = 32.72%

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

#BDFDD7 (or 0xBDFDD7) is known color: Aero Blue. HEX triplet: BD, FD and D7. RGB value is (189,253,215). Sum of RGB (Red+Green+Blue) = 189+253+215=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDD7 is #420228. Grayscale: #E5E5E5. Windows color (decimal): -4325929 or 14155197. OLE color: 14155197.

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

Color convert

RGB 189 253 215 -
CMYK 0.25 0 0.15 0.01
HSL 144.38º 0.94% 0.87% -
HSV(B) 144.38º 0.25% 0.99% -
XYZ 68.38 85.98 77.28 -
YUV 229.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 189 253 215 0.25 0 0.15 0.01 144.38 0.94 0.87
Hex BD FD D7 19 0 F 1 90 5E 57
Octal 275 375 327 31 0 17 1 220 136 127
Binary 10111101 11111101 11010111 11001 0 1111 1 10010000 1011110 1010111

Color Harmonies of #BDFDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDD7

Black with #BDFDD7

Text Example


Text Example

White with #BDFDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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