Html Css Color HEX #BBF3D9 Aero Blue

📋 copy color: '#BBF3D9'

red 187 ◦ green 243 ◦ blue 217

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

Shades of Aero Blue #BBF3D9

Tints of Aero Blue #BBF3D9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.56%

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

R = 28.9%
G = 37.56%
B = 33.54%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#BBF3D9 (or 0xBBF3D9) is known color: Aero Blue. HEX triplet: BB, F3 and D9. RGB value is (187,243,217). Sum of RGB (Red+Green+Blue) = 187+243+217=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 243 (95.31% from 255 or 37.56% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3D9 is #440C26. Grayscale: #DFDFDF. Windows color (decimal): -4459559 or 14283707. OLE color: 14283707.

HSL color Cylindrical-coordinate representation of color #BBF3D9: hue angle of 152.14º degrees, saturation: 0.7, 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 #BBF3D9 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 243 217 -
CMYK 0.23 0 0.11 0.05
HSL 152.14º 0.7% 0.84% -
HSV(B) 152.14º 0.23% 0.95% -
XYZ 65.07 79.68 77.6 -
YUV 223.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 187 243 217 0.23 0 0.11 0.05 152.14 0.7 0.84
Hex BB F3 D9 17 0 B 5 98 46 54
Octal 273 363 331 27 0 13 5 230 106 124
Binary 10111011 11110011 11011001 10111 0 1011 101 10011000 1000110 1010100

Color Harmonies of #BBF3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF3D9

Black with #BBF3D9

Text Example


Text Example

White with #BBF3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF3D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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