Html Css Color HEX #BBFED6 Aero Blue

📋 copy color: '#BBFED6'

red 187 ◦ green 254 ◦ blue 214

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

Shades of Aero Blue #BBFED6

Tints of Aero Blue #BBFED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.67%

R = 28.55%
G = 38.78%
B = 32.67%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#BBFED6 (or 0xBBFED6) is known color: Aero Blue. HEX triplet: BB, FE and D6. RGB value is (187,254,214). Sum of RGB (Red+Green+Blue) = 187+254+214=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFED6 is #440129. Grayscale: #E5E5E5. Windows color (decimal): -4456746 or 14089915. OLE color: 14089915.

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

Color convert

RGB 187 254 214 -
CMYK 0.26 0 0.16 0.00
HSL 144.18º 0.97% 0.86% -
HSV(B) 144.18º 0.26% 1% -
XYZ 68.07 86.3 76.69 -
YUV 229.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 187 254 214 0.26 0 0.16 0.00 144.18 0.97 0.86
Hex BB FE D6 1A 0 10 0 90 61 56
Octal 273 376 326 32 0 20 0 220 141 126
Binary 10111011 11111110 11010110 11010 0 10000 0 10010000 1100001 1010110

Color Harmonies of #BBFED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFED6

Black with #BBFED6

Text Example


Text Example

White with #BBFED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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