Html Css Color HEX #BBFFD3 Aero Blue

📋 copy color: '#BBFFD3'

red 187 ◦ green 255 ◦ blue 211

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

Shades of Aero Blue #BBFFD3

Tints of Aero Blue #BBFFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.31%

R = 28.64%
G = 39.05%
B = 32.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#BBFFD3 (or 0xBBFFD3) is known color: Aero Blue. HEX triplet: BB, FF and D3. RGB value is (187,255,211). Sum of RGB (Red+Green+Blue) = 187+255+211=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFD3 is #44002C. Grayscale: #E5E5E5. Windows color (decimal): -4456493 or 13893563. OLE color: 13893563.

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

Color convert

RGB 187 255 211 -
CMYK 0.27 0 0.17 0
HSL 141.18º 1% 0.87% -
HSV(B) 141.18º 0.27% 1% -
XYZ 68.01 86.79 74.8 -
YUV 229.65 117.47 97.58 -
System Red Green Blue C M Y K H S L
Decimal 187 255 211 0.27 0 0.17 0 141.18 1 0.87
Hex BB FF D3 1B 0 11 0 8D 64 57
Octal 273 377 323 33 0 21 0 215 144 127
Binary 10111011 11111111 11010011 11011 0 10001 0 10001101 1100100 1010111

Color Harmonies of #BBFFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFD3

Black with #BBFFD3

Text Example


Text Example

White with #BBFFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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