Html Css Color HEX #BDFBDD Aero Blue

📋 copy color: '#BDFBDD'

red 189 ◦ green 251 ◦ blue 221

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

Shades of Aero Blue #BDFBDD

Tints of Aero Blue #BDFBDD

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.97%

 BLUE value IS 221 (86.72% from 255) = 33.43%

R = 28.59%
G = 37.97%
B = 33.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#BDFBDD (or 0xBDFBDD) is known color: Aero Blue. HEX triplet: BD, FB and DD. RGB value is (189,251,221). Sum of RGB (Red+Green+Blue) = 189+251+221=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBDD is #420422. Grayscale: #E5E5E5. Windows color (decimal): -4326435 or 14547901. OLE color: 14547901.

HSL color Cylindrical-coordinate representation of color #BDFBDD: hue angle of 150.97º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBDD is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 221 -
CMYK 0.25 0 0.12 0.02
HSL 150.97º 0.89% 0.86% -
HSV(B) 150.97º 0.25% 0.98% -
XYZ 68.53 85.03 81.21 -
YUV 229.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 189 251 221 0.25 0 0.12 0.02 150.97 0.89 0.86
Hex BD FB DD 19 0 C 2 97 59 56
Octal 275 373 335 31 0 14 2 227 131 126
Binary 10111101 11111011 11011101 11001 0 1100 10 10010111 1011001 1010110

Color Harmonies of #BDFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBDD

Black with #BDFBDD

Text Example


Text Example

White with #BDFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBDD; }

 p { color: rgb(189,251,221); }

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

background-color css

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

 a { background-color: rgb(189,251,221); }

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

border-color css

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

 span { border-color: rgb(189,251,221); }

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