Html Css Color HEX #BBFED7 Aero Blue

📋 copy color: '#BBFED7'

red 187 ◦ green 254 ◦ blue 215

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

Shades of Aero Blue #BBFED7

Tints of Aero Blue #BBFED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.77%

R = 28.51%
G = 38.72%
B = 32.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#BBFED7 (or 0xBBFED7) is known color: Aero Blue. HEX triplet: BB, FE and D7. RGB value is (187,254,215). Sum of RGB (Red+Green+Blue) = 187+254+215=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFED7 is #440128. Grayscale: #E5E5E5. Windows color (decimal): -4456745 or 14155451. OLE color: 14155451.

HSL color Cylindrical-coordinate representation of color #BBFED7: hue angle of 145.07º 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 #BBFED7 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 254 215 -
CMYK 0.26 0 0.15 0.00
HSL 145.07º 0.97% 0.86% -
HSV(B) 145.07º 0.26% 1% -
XYZ 68.2 86.35 77.36 -
YUV 229.52 119.8 97.67 -
System Red Green Blue C M Y K H S L
Decimal 187 254 215 0.26 0 0.15 0.00 145.07 0.97 0.86
Hex BB FE D7 1A 0 F 0 91 61 56
Octal 273 376 327 32 0 17 0 221 141 126
Binary 10111011 11111110 11010111 11010 0 1111 0 10010001 1100001 1010110

Color Harmonies of #BBFED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFED7

Black with #BBFED7

Text Example


Text Example

White with #BBFED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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