Html Css Color HEX #BBFED3 Aero Blue

📋 copy color: '#BBFED3'

red 187 ◦ green 254 ◦ blue 211

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

Shades of Aero Blue #BBFED3

Tints of Aero Blue #BBFED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.36%

R = 28.68%
G = 38.96%
B = 32.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#BBFED3 (or 0xBBFED3) is known color: Aero Blue. HEX triplet: BB, FE and D3. RGB value is (187,254,211). Sum of RGB (Red+Green+Blue) = 187+254+211=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFED3 is #44012C. Grayscale: #E5E5E5. Windows color (decimal): -4456749 or 13893307. OLE color: 13893307.

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

Color convert

RGB 187 254 211 -
CMYK 0.26 0 0.17 0.00
HSL 141.49º 0.97% 0.86% -
HSV(B) 141.49º 0.26% 1% -
XYZ 67.69 86.15 74.69 -
YUV 229.07 117.8 98 -
System Red Green Blue C M Y K H S L
Decimal 187 254 211 0.26 0 0.17 0.00 141.49 0.97 0.86
Hex BB FE D3 1A 0 11 0 8D 61 56
Octal 273 376 323 32 0 21 0 215 141 126
Binary 10111011 11111110 11010011 11010 0 10001 0 10001101 1100001 1010110

Color Harmonies of #BBFED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFED3

Black with #BBFED3

Text Example


Text Example

White with #BBFED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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