Html Css Color HEX #BBF0D8 Aero Blue

📋 copy color: '#BBF0D8'

red 187 ◦ green 240 ◦ blue 216

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

Shades of Aero Blue #BBF0D8

Tints of Aero Blue #BBF0D8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.33%

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

R = 29.08%
G = 37.33%
B = 33.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.1

 K value IS 0.06

RGB Variations

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

Color information

#BBF0D8 (or 0xBBF0D8) is known color: Aero Blue. HEX triplet: BB, F0 and D8. RGB value is (187,240,216). Sum of RGB (Red+Green+Blue) = 187+240+216=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0D8 is #440F27. Grayscale: #DDDDDD. Windows color (decimal): -4460328 or 14217403. OLE color: 14217403.

HSL color Cylindrical-coordinate representation of color #BBF0D8: hue angle of 152.83º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0D8 is Cyan = 0.22, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 216 -
CMYK 0.22 0 0.1 0.06
HSL 152.83º 0.64% 0.84% -
HSV(B) 152.83º 0.22% 0.94% -
XYZ 64.05 77.84 76.62 -
YUV 221.42 124.94 103.45 -
System Red Green Blue C M Y K H S L
Decimal 187 240 216 0.22 0 0.1 0.06 152.83 0.64 0.84
Hex BB F0 D8 16 0 A 6 99 40 54
Octal 273 360 330 26 0 12 6 231 100 124
Binary 10111011 11110000 11011000 10110 0 1010 110 10011001 1000000 1010100

Color Harmonies of #BBF0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0D8

Black with #BBF0D8

Text Example


Text Example

White with #BBF0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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