Html Css Color HEX #BBF1D9 Aero Blue

📋 copy color: '#BBF1D9'

red 187 ◦ green 241 ◦ blue 217

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

Shades of Aero Blue #BBF1D9

Tints of Aero Blue #BBF1D9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.36%

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

R = 28.99%
G = 37.36%
B = 33.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#BBF1D9 (or 0xBBF1D9) is known color: Aero Blue. HEX triplet: BB, F1 and D9. RGB value is (187,241,217). Sum of RGB (Red+Green+Blue) = 187+241+217=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 217 (85.16% from 255 or 33.64% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1D9 is #440E26. Grayscale: #DEDEDE. Windows color (decimal): -4460071 or 14283195. OLE color: 14283195.

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

Color convert

RGB 187 241 217 -
CMYK 0.22 0 0.10 0.05
HSL 153.33º 0.66% 0.84% -
HSV(B) 153.33º 0.22% 0.95% -
XYZ 64.47 78.49 77.4 -
YUV 222.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 187 241 217 0.22 0 0.10 0.05 153.33 0.66 0.84
Hex BB F1 D9 16 0 A 5 99 42 54
Octal 273 361 331 26 0 12 5 231 102 124
Binary 10111011 11110001 11011001 10110 0 1010 101 10011001 1000010 1010100

Color Harmonies of #BBF1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1D9

Black with #BBF1D9

Text Example


Text Example

White with #BBF1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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