Html Css Color HEX #BCFFD9 Aero Blue

📋 copy color: '#BCFFD9'

red 188 ◦ green 255 ◦ blue 217

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

Shades of Aero Blue #BCFFD9

Tints of Aero Blue #BCFFD9

RGB

 RED value IS 188 (73.83% from 255) = 28.48%

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

 BLUE value IS 217 (85.16% from 255) = 32.88%

R = 28.48%
G = 38.64%
B = 32.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#BCFFD9 (or 0xBCFFD9) is known color: Aero Blue. HEX triplet: BC, FF and D9. RGB value is (188,255,217). Sum of RGB (Red+Green+Blue) = 188+255+217=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFD9 is #430026. Grayscale: #E6E6E6. Windows color (decimal): -4390951 or 14286780. OLE color: 14286780.

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

Color convert

RGB 188 255 217 -
CMYK 0.26 0 0.15 0
HSL 145.97º 1% 0.87% -
HSV(B) 145.97º 0.26% 1% -
XYZ 69.02 87.22 78.84 -
YUV 230.64 120.3 97.59 -
System Red Green Blue C M Y K H S L
Decimal 188 255 217 0.26 0 0.15 0 145.97 1 0.87
Hex BC FF D9 1A 0 F 0 92 64 57
Octal 274 377 331 32 0 17 0 222 144 127
Binary 10111100 11111111 11011001 11010 0 1111 0 10010010 1100100 1010111

Color Harmonies of #BCFFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFD9

Black with #BCFFD9

Text Example


Text Example

White with #BCFFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFD9; }

 p { color: rgb(188,255,217); }

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

background-color css

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

 a { background-color: rgb(188,255,217); }

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

border-color css

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

 span { border-color: rgb(188,255,217); }

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