Html Css Color HEX #BBF9DC Aero Blue

📋 copy color: '#BBF9DC'

red 187 ◦ green 249 ◦ blue 220

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

Shades of Aero Blue #BBF9DC

Tints of Aero Blue #BBF9DC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.96%

 BLUE value IS 220 (86.33% from 255) = 33.54%

R = 28.51%
G = 37.96%
B = 33.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#BBF9DC (or 0xBBF9DC) is known color: Aero Blue. HEX triplet: BB, F9 and DC. RGB value is (187,249,220). Sum of RGB (Red+Green+Blue) = 187+249+220=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 249 (97.66% from 255 or 37.96% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9DC is #440623. Grayscale: #E3E3E3. Windows color (decimal): -4458020 or 14481851. OLE color: 14481851.

HSL color Cylindrical-coordinate representation of color #BBF9DC: hue angle of 151.94º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9DC is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 220 -
CMYK 0.25 0 0.12 0.02
HSL 151.94º 0.84% 0.85% -
HSV(B) 151.94º 0.25% 0.98% -
XYZ 67.29 83.48 80.28 -
YUV 227.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 187 249 220 0.25 0 0.12 0.02 151.94 0.84 0.85
Hex BB F9 DC 19 0 C 2 98 54 55
Octal 273 371 334 31 0 14 2 230 124 125
Binary 10111011 11111001 11011100 11001 0 1100 10 10011000 1010100 1010101

Color Harmonies of #BBF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF9DC

Black with #BBF9DC

Text Example


Text Example

White with #BBF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF9DC; }

 p { color: rgb(187,249,220); }

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

background-color css

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

 a { background-color: rgb(187,249,220); }

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

border-color css

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

 span { border-color: rgb(187,249,220); }

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