Html Css Color HEX #BBFEDE Aero Blue

📋 copy color: '#BBFEDE'

red 187 ◦ green 254 ◦ blue 222

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

Shades of Aero Blue #BBFEDE

Tints of Aero Blue #BBFEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.48%

R = 28.21%
G = 38.31%
B = 33.48%

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

#BBFEDE (or 0xBBFEDE) is known color: Aero Blue. HEX triplet: BB, FE and DE. RGB value is (187,254,222). Sum of RGB (Red+Green+Blue) = 187+254+222=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFEDE is #440121. Grayscale: #E6E6E6. Windows color (decimal): -4456738 or 14614203. OLE color: 14614203.

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

Color convert

RGB 187 254 222 -
CMYK 0.26 0 0.13 0.00
HSL 151.34º 0.97% 0.86% -
HSV(B) 151.34º 0.26% 1% -
XYZ 69.12 86.72 82.2 -
YUV 230.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 187 254 222 0.26 0 0.13 0.00 151.34 0.97 0.86
Hex BB FE DE 1A 0 D 0 97 61 56
Octal 273 376 336 32 0 15 0 227 141 126
Binary 10111011 11111110 11011110 11010 0 1101 0 10010111 1100001 1010110

Color Harmonies of #BBFEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEDE

Black with #BBFEDE

Text Example


Text Example

White with #BBFEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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