Html Css Color HEX #BDFDD5 Aero Blue

📋 copy color: '#BDFDD5'

red 189 ◦ green 253 ◦ blue 213

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

Shades of Aero Blue #BDFDD5

Tints of Aero Blue #BDFDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.52%

R = 28.85%
G = 38.63%
B = 32.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#BDFDD5 (or 0xBDFDD5) is known color: Aero Blue. HEX triplet: BD, FD and D5. RGB value is (189,253,213). Sum of RGB (Red+Green+Blue) = 189+253+213=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDD5 is #42022A. Grayscale: #E5E5E5. Windows color (decimal): -4325931 or 14024125. OLE color: 14024125.

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

Color convert

RGB 189 253 213 -
CMYK 0.25 0 0.16 0.01
HSL 142.5º 0.94% 0.87% -
HSV(B) 142.5º 0.25% 0.99% -
XYZ 68.12 85.87 75.94 -
YUV 229.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 189 253 213 0.25 0 0.16 0.01 142.5 0.94 0.87
Hex BD FD D5 19 0 10 1 8E 5E 57
Octal 275 375 325 31 0 20 1 216 136 127
Binary 10111101 11111101 11010101 11001 0 10000 1 10001110 1011110 1010111

Color Harmonies of #BDFDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDD5

Black with #BDFDD5

Text Example


Text Example

White with #BDFDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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