Html Css Color HEX #BBFFD7 Aero Blue

📋 copy color: '#BBFFD7'

red 187 ◦ green 255 ◦ blue 215

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

Shades of Aero Blue #BBFFD7

Tints of Aero Blue #BBFFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.72%

R = 28.46%
G = 38.81%
B = 32.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#BBFFD7 (or 0xBBFFD7) is known color: Aero Blue. HEX triplet: BB, FF and D7. RGB value is (187,255,215). Sum of RGB (Red+Green+Blue) = 187+255+215=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFD7 is #440028. Grayscale: #E6E6E6. Windows color (decimal): -4456489 or 14155707. OLE color: 14155707.

HSL color Cylindrical-coordinate representation of color #BBFFD7: hue angle of 144.71º 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 #BBFFD7 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 215 -
CMYK 0.27 0 0.16 0
HSL 144.71º 1% 0.87% -
HSV(B) 144.71º 0.27% 1% -
XYZ 68.52 86.99 77.47 -
YUV 230.11 119.47 97.25 -
System Red Green Blue C M Y K H S L
Decimal 187 255 215 0.27 0 0.16 0 144.71 1 0.87
Hex BB FF D7 1B 0 10 0 91 64 57
Octal 273 377 327 33 0 20 0 221 144 127
Binary 10111011 11111111 11010111 11011 0 10000 0 10010001 1100100 1010111

Color Harmonies of #BBFFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFD7

Black with #BBFFD7

Text Example


Text Example

White with #BBFFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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