Html Css Color HEX #BBFFDC Aero Blue

📋 copy color: '#BBFFDC'

red 187 ◦ green 255 ◦ blue 220

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

Shades of Aero Blue #BBFFDC

Tints of Aero Blue #BBFFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 38.52%

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

R = 28.25%
G = 38.52%
B = 33.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#BBFFDC (or 0xBBFFDC) is known color: Aero Blue. HEX triplet: BB, FF and DC. RGB value is (187,255,220). Sum of RGB (Red+Green+Blue) = 187+255+220=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFDC is #440023. Grayscale: #E6E6E6. Windows color (decimal): -4456484 or 14483387. OLE color: 14483387.

HSL color Cylindrical-coordinate representation of color #BBFFDC: hue angle of 149.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFDC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 220 -
CMYK 0.27 0 0.14 0
HSL 149.12º 1% 0.87% -
HSV(B) 149.12º 0.27% 1% -
XYZ 69.17 87.25 80.91 -
YUV 230.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 187 255 220 0.27 0 0.14 0 149.12 1 0.87
Hex BB FF DC 1B 0 E 0 95 64 57
Octal 273 377 334 33 0 16 0 225 144 127
Binary 10111011 11111111 11011100 11011 0 1110 0 10010101 1100100 1010111

Color Harmonies of #BBFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFDC

Black with #BBFFDC

Text Example


Text Example

White with #BBFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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