Html Css Color HEX #BBF9D9 Aero Blue

📋 copy color: '#BBF9D9'

red 187 ◦ green 249 ◦ blue 217

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

Shades of Aero Blue #BBF9D9

Tints of Aero Blue #BBF9D9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.13%

 BLUE value IS 217 (85.16% from 255) = 33.23%

R = 28.64%
G = 38.13%
B = 33.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#BBF9D9 (or 0xBBF9D9) is known color: Aero Blue. HEX triplet: BB, F9 and D9. RGB value is (187,249,217). Sum of RGB (Red+Green+Blue) = 187+249+217=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9D9 is #440626. Grayscale: #E2E2E2. Windows color (decimal): -4458023 or 14285243. OLE color: 14285243.

HSL color Cylindrical-coordinate representation of color #BBF9D9: hue angle of 149.03º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9D9 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 217 -
CMYK 0.25 0 0.13 0.02
HSL 149.03º 0.84% 0.85% -
HSV(B) 149.03º 0.25% 0.98% -
XYZ 66.89 83.33 78.2 -
YUV 226.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 187 249 217 0.25 0 0.13 0.02 149.03 0.84 0.85
Hex BB F9 D9 19 0 D 2 95 54 55
Octal 273 371 331 31 0 15 2 225 124 125
Binary 10111011 11111001 11011001 11001 0 1101 10 10010101 1010100 1010101

Color Harmonies of #BBF9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF9D9

Black with #BBF9D9

Text Example


Text Example

White with #BBF9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF9D9; }

 p { color: rgb(187,249,217); }

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

background-color css

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

 a { background-color: rgb(187,249,217); }

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

border-color css

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

 span { border-color: rgb(187,249,217); }

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