Html Css Color HEX #BBFEDA Aero Blue

📋 copy color: '#BBFEDA'

red 187 ◦ green 254 ◦ blue 218

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

Shades of Aero Blue #BBFEDA

Tints of Aero Blue #BBFEDA

RGB

 RED value IS 187 (73.44% from 255) = 28.38%

 GREEN value IS 254 (99.61% from 255) = 38.54%

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

R = 28.38%
G = 38.54%
B = 33.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#BBFEDA (or 0xBBFEDA) is known color: Aero Blue. HEX triplet: BB, FE and DA. RGB value is (187,254,218). Sum of RGB (Red+Green+Blue) = 187+254+218=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEDA is #440125. Grayscale: #E5E5E5. Windows color (decimal): -4456742 or 14352059. OLE color: 14352059.

HSL color Cylindrical-coordinate representation of color #BBFEDA: hue angle of 147.76º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEDA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 254 218 -
CMYK 0.26 0 0.14 0.00
HSL 147.76º 0.97% 0.86% -
HSV(B) 147.76º 0.26% 1% -
XYZ 68.59 86.51 79.41 -
YUV 229.86 121.3 97.43 -
System Red Green Blue C M Y K H S L
Decimal 187 254 218 0.26 0 0.14 0.00 147.76 0.97 0.86
Hex BB FE DA 1A 0 E 0 94 61 56
Octal 273 376 332 32 0 16 0 224 141 126
Binary 10111011 11111110 11011010 11010 0 1110 0 10010100 1100001 1010110

Color Harmonies of #BBFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEDA

Black with #BBFEDA

Text Example


Text Example

White with #BBFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEDA; }

 p { color: rgb(187,254,218); }

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

background-color css

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

 a { background-color: rgb(187,254,218); }

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

border-color css

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

 span { border-color: rgb(187,254,218); }

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