Html Css Color HEX #BDFBDE Aero Blue

📋 copy color: '#BDFBDE'

red 189 ◦ green 251 ◦ blue 222

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

Shades of Aero Blue #BDFBDE

Tints of Aero Blue #BDFBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.53%

R = 28.55%
G = 37.92%
B = 33.53%

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

#BDFBDE (or 0xBDFBDE) is known color: Aero Blue. HEX triplet: BD, FB and DE. RGB value is (189,251,222). Sum of RGB (Red+Green+Blue) = 189+251+222=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 222 (87.11% from 255 or 33.53% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBDE is #420421. Grayscale: #E5E5E5. Windows color (decimal): -4326434 or 14613437. OLE color: 14613437.

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

Color convert

RGB 189 251 222 -
CMYK 0.25 0 0.12 0.02
HSL 151.94º 0.89% 0.86% -
HSV(B) 151.94º 0.25% 0.98% -
XYZ 68.67 85.09 81.91 -
YUV 229.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 189 251 222 0.25 0 0.12 0.02 151.94 0.89 0.86
Hex BD FB DE 19 0 C 2 98 59 56
Octal 275 373 336 31 0 14 2 230 131 126
Binary 10111101 11111011 11011110 11001 0 1100 10 10011000 1011001 1010110

Color Harmonies of #BDFBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBDE

Black with #BDFBDE

Text Example


Text Example

White with #BDFBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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