Html Css Color HEX #BCFCD8 Aero Blue

📋 copy color: '#BCFCD8'

red 188 ◦ green 252 ◦ blue 216

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

Shades of Aero Blue #BCFCD8

Tints of Aero Blue #BCFCD8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.41%

 BLUE value IS 216 (84.77% from 255) = 32.93%

R = 28.66%
G = 38.41%
B = 32.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#BCFCD8 (or 0xBCFCD8) is known color: Aero Blue. HEX triplet: BC, FC and D8. RGB value is (188,252,216). Sum of RGB (Red+Green+Blue) = 188+252+216=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCD8 is #430327. Grayscale: #E4E4E4. Windows color (decimal): -4391720 or 14220476. OLE color: 14220476.

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

Color convert

RGB 188 252 216 -
CMYK 0.25 0 0.14 0.01
HSL 146.25º 0.91% 0.86% -
HSV(B) 146.25º 0.25% 0.99% -
XYZ 67.94 85.27 77.84 -
YUV 228.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 188 252 216 0.25 0 0.14 0.01 146.25 0.91 0.86
Hex BC FC D8 19 0 E 1 92 5B 56
Octal 274 374 330 31 0 16 1 222 133 126
Binary 10111100 11111100 11011000 11001 0 1110 1 10010010 1011011 1010110

Color Harmonies of #BCFCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCD8

Black with #BCFCD8

Text Example


Text Example

White with #BCFCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCD8; }

 p { color: rgb(188,252,216); }

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

background-color css

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

 a { background-color: rgb(188,252,216); }

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

border-color css

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

 span { border-color: rgb(188,252,216); }

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