Html Css Color HEX #BCFBD9 Aero Blue

📋 copy color: '#BCFBD9'

red 188 ◦ green 251 ◦ blue 217

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

Shades of Aero Blue #BCFBD9

Tints of Aero Blue #BCFBD9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.26%

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

R = 28.66%
G = 38.26%
B = 33.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#BCFBD9 (or 0xBCFBD9) is known color: Aero Blue. HEX triplet: BC, FB and D9. RGB value is (188,251,217). Sum of RGB (Red+Green+Blue) = 188+251+217=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBD9 is #430426. Grayscale: #E4E4E4. Windows color (decimal): -4391975 or 14285756. OLE color: 14285756.

HSL color Cylindrical-coordinate representation of color #BCFBD9: hue angle of 147.62º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBD9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 217 -
CMYK 0.25 0 0.14 0.02
HSL 147.62º 0.89% 0.86% -
HSV(B) 147.62º 0.25% 0.98% -
XYZ 67.76 84.7 78.42 -
YUV 228.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 188 251 217 0.25 0 0.14 0.02 147.62 0.89 0.86
Hex BC FB D9 19 0 E 2 94 59 56
Octal 274 373 331 31 0 16 2 224 131 126
Binary 10111100 11111011 11011001 11001 0 1110 10 10010100 1011001 1010110

Color Harmonies of #BCFBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBD9

Black with #BCFBD9

Text Example


Text Example

White with #BCFBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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