Html Css Color HEX #BBF6D8 Aero Blue

📋 copy color: '#BBF6D8'

red 187 ◦ green 246 ◦ blue 216

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

Shades of Aero Blue #BBF6D8

Tints of Aero Blue #BBF6D8

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.9%

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

R = 28.81%
G = 37.9%
B = 33.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#BBF6D8 (or 0xBBF6D8) is known color: Aero Blue. HEX triplet: BB, F6 and D8. RGB value is (187,246,216). Sum of RGB (Red+Green+Blue) = 187+246+216=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6D8 is #440927. Grayscale: #E0E0E0. Windows color (decimal): -4458792 or 14218939. OLE color: 14218939.

HSL color Cylindrical-coordinate representation of color #BBF6D8: hue angle of 149.49º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6D8 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 246 216 -
CMYK 0.24 0 0.12 0.04
HSL 149.49º 0.77% 0.85% -
HSV(B) 149.49º 0.24% 0.96% -
XYZ 65.84 81.43 77.21 -
YUV 224.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 187 246 216 0.24 0 0.12 0.04 149.49 0.77 0.85
Hex BB F6 D8 18 0 C 4 95 4D 55
Octal 273 366 330 30 0 14 4 225 115 125
Binary 10111011 11110110 11011000 11000 0 1100 100 10010101 1001101 1010101

Color Harmonies of #BBF6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF6D8

Black with #BBF6D8

Text Example


Text Example

White with #BBF6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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