Html Css Color HEX #BBFFD8 Aero Blue

📋 copy color: '#BBFFD8'

red 187 ◦ green 255 ◦ blue 216

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

Shades of Aero Blue #BBFFD8

Tints of Aero Blue #BBFFD8

RGB

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

 GREEN value IS 255 (100% from 255) = 38.75%

 BLUE value IS 216 (84.77% from 255) = 32.83%

R = 28.42%
G = 38.75%
B = 32.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#BBFFD8 (or 0xBBFFD8) is known color: Aero Blue. HEX triplet: BB, FF and D8. RGB value is (187,255,216). Sum of RGB (Red+Green+Blue) = 187+255+216=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFD8 is #440027. Grayscale: #E6E6E6. Windows color (decimal): -4456488 or 14221243. OLE color: 14221243.

HSL color Cylindrical-coordinate representation of color #BBFFD8: hue angle of 145.59º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFD8 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 216 -
CMYK 0.27 0 0.15 0
HSL 145.59º 1% 0.87% -
HSV(B) 145.59º 0.27% 1% -
XYZ 68.65 87.04 78.15 -
YUV 230.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 187 255 216 0.27 0 0.15 0 145.59 1 0.87
Hex BB FF D8 1B 0 F 0 92 64 57
Octal 273 377 330 33 0 17 0 222 144 127
Binary 10111011 11111111 11011000 11011 0 1111 0 10010010 1100100 1010111

Color Harmonies of #BBFFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFD8

Black with #BBFFD8

Text Example


Text Example

White with #BBFFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFD8; }

 p { color: rgb(187,255,216); }

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

background-color css

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

 a { background-color: rgb(187,255,216); }

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

border-color css

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

 span { border-color: rgb(187,255,216); }

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