Html Css Color HEX #BBF8DC Aero Blue

📋 copy color: '#BBF8DC'

red 187 ◦ green 248 ◦ blue 220

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

Shades of Aero Blue #BBF8DC

Tints of Aero Blue #BBF8DC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.86%

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

R = 28.55%
G = 37.86%
B = 33.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#BBF8DC (or 0xBBF8DC) is known color: Aero Blue. HEX triplet: BB, F8 and DC. RGB value is (187,248,220). Sum of RGB (Red+Green+Blue) = 187+248+220=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8DC is #440723. Grayscale: #E2E2E2. Windows color (decimal): -4458276 or 14481595. OLE color: 14481595.

HSL color Cylindrical-coordinate representation of color #BBF8DC: hue angle of 152.46º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8DC is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 220 -
CMYK 0.25 0 0.11 0.03
HSL 152.46º 0.81% 0.85% -
HSV(B) 152.46º 0.25% 0.97% -
XYZ 66.98 82.87 80.17 -
YUV 226.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 187 248 220 0.25 0 0.11 0.03 152.46 0.81 0.85
Hex BB F8 DC 19 0 B 3 98 51 55
Octal 273 370 334 31 0 13 3 230 121 125
Binary 10111011 11111000 11011100 11001 0 1011 11 10011000 1010001 1010101

Color Harmonies of #BBF8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8DC

Black with #BBF8DC

Text Example


Text Example

White with #BBF8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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