Html Css Color HEX #BBF2D9 Aero Blue

📋 copy color: '#BBF2D9'

red 187 ◦ green 242 ◦ blue 217

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

Shades of Aero Blue #BBF2D9

Tints of Aero Blue #BBF2D9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.46%

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

R = 28.95%
G = 37.46%
B = 33.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BBF2D9 (or 0xBBF2D9) is known color: Aero Blue. HEX triplet: BB, F2 and D9. RGB value is (187,242,217). Sum of RGB (Red+Green+Blue) = 187+242+217=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2D9 is #440D26. Grayscale: #DEDEDE. Windows color (decimal): -4459815 or 14283451. OLE color: 14283451.

HSL color Cylindrical-coordinate representation of color #BBF2D9: hue angle of 152.73º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2D9 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 217 -
CMYK 0.23 0 0.10 0.05
HSL 152.73º 0.68% 0.84% -
HSV(B) 152.73º 0.23% 0.95% -
XYZ 64.77 79.08 77.5 -
YUV 222.71 124.78 102.53 -
System Red Green Blue C M Y K H S L
Decimal 187 242 217 0.23 0 0.10 0.05 152.73 0.68 0.84
Hex BB F2 D9 17 0 A 5 99 44 54
Octal 273 362 331 27 0 12 5 231 104 124
Binary 10111011 11110010 11011001 10111 0 1010 101 10011001 1000100 1010100

Color Harmonies of #BBF2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2D9

Black with #BBF2D9

Text Example


Text Example

White with #BBF2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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