Html Css Color HEX #BBFFD5 Aero Blue

📋 copy color: '#BBFFD5'

red 187 ◦ green 255 ◦ blue 213

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

Shades of Aero Blue #BBFFD5

Tints of Aero Blue #BBFFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.52%

R = 28.55%
G = 38.93%
B = 32.52%

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

#BBFFD5 (or 0xBBFFD5) is known color: Aero Blue. HEX triplet: BB, FF and D5. RGB value is (187,255,213). Sum of RGB (Red+Green+Blue) = 187+255+213=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFD5 is #44002A. Grayscale: #E5E5E5. Windows color (decimal): -4456491 or 14024635. OLE color: 14024635.

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

Color convert

RGB 187 255 213 -
CMYK 0.27 0 0.16 0
HSL 142.94º 1% 0.87% -
HSV(B) 142.94º 0.27% 1% -
XYZ 68.26 86.89 76.12 -
YUV 229.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 187 255 213 0.27 0 0.16 0 142.94 1 0.87
Hex BB FF D5 1B 0 10 0 8F 64 57
Octal 273 377 325 33 0 20 0 217 144 127
Binary 10111011 11111111 11010101 11011 0 10000 0 10001111 1100100 1010111

Color Harmonies of #BBFFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFD5

Black with #BBFFD5

Text Example


Text Example

White with #BBFFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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