Html Css Color HEX #BDFBDA Aero Blue

📋 copy color: '#BDFBDA'

red 189 ◦ green 251 ◦ blue 218

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

Shades of Aero Blue #BDFBDA

Tints of Aero Blue #BDFBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.13%

R = 28.72%
G = 38.15%
B = 33.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#BDFBDA (or 0xBDFBDA) is known color: Aero Blue. HEX triplet: BD, FB and DA. RGB value is (189,251,218). Sum of RGB (Red+Green+Blue) = 189+251+218=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBDA is #420425. Grayscale: #E4E4E4. Windows color (decimal): -4326438 or 14351293. OLE color: 14351293.

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

Color convert

RGB 189 251 218 -
CMYK 0.25 0 0.13 0.02
HSL 148.06º 0.89% 0.86% -
HSV(B) 148.06º 0.25% 0.98% -
XYZ 68.14 84.88 79.12 -
YUV 228.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 189 251 218 0.25 0 0.13 0.02 148.06 0.89 0.86
Hex BD FB DA 19 0 D 2 94 59 56
Octal 275 373 332 31 0 15 2 224 131 126
Binary 10111101 11111011 11011010 11001 0 1101 10 10010100 1011001 1010110

Color Harmonies of #BDFBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBDA

Black with #BDFBDA

Text Example


Text Example

White with #BDFBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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