Html Css Color HEX #BBFEDD Aero Blue

📋 copy color: '#BBFEDD'

red 187 ◦ green 254 ◦ blue 221

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

Shades of Aero Blue #BBFEDD

Tints of Aero Blue #BBFEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.38%

R = 28.25%
G = 38.37%
B = 33.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#BBFEDD (or 0xBBFEDD) is known color: Aero Blue. HEX triplet: BB, FE and DD. RGB value is (187,254,221). Sum of RGB (Red+Green+Blue) = 187+254+221=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEDD is #440122. Grayscale: #E6E6E6. Windows color (decimal): -4456739 or 14548667. OLE color: 14548667.

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

Color convert

RGB 187 254 221 -
CMYK 0.26 0 0.13 0.00
HSL 150.45º 0.97% 0.86% -
HSV(B) 150.45º 0.26% 1% -
XYZ 68.99 86.67 81.5 -
YUV 230.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 187 254 221 0.26 0 0.13 0.00 150.45 0.97 0.86
Hex BB FE DD 1A 0 D 0 96 61 56
Octal 273 376 335 32 0 15 0 226 141 126
Binary 10111011 11111110 11011101 11010 0 1101 0 10010110 1100001 1010110

Color Harmonies of #BBFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEDD

Black with #BBFEDD

Text Example


Text Example

White with #BBFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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