Html Css Color HEX #BCFCD7 Aero Blue

📋 copy color: '#BCFCD7'

red 188 ◦ green 252 ◦ blue 215

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

Shades of Aero Blue #BCFCD7

Tints of Aero Blue #BCFCD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.82%

R = 28.7%
G = 38.47%
B = 32.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#BCFCD7 (or 0xBCFCD7) is known color: Aero Blue. HEX triplet: BC, FC and D7. RGB value is (188,252,215). Sum of RGB (Red+Green+Blue) = 188+252+215=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCD7 is #430328. Grayscale: #E4E4E4. Windows color (decimal): -4391721 or 14154940. OLE color: 14154940.

HSL color Cylindrical-coordinate representation of color #BCFCD7: hue angle of 145.31º 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 #BCFCD7 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 252 215 -
CMYK 0.25 0 0.15 0.01
HSL 145.31º 0.91% 0.86% -
HSV(B) 145.31º 0.25% 0.99% -
XYZ 67.82 85.22 77.16 -
YUV 228.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 188 252 215 0.25 0 0.15 0.01 145.31 0.91 0.86
Hex BC FC D7 19 0 F 1 91 5B 56
Octal 274 374 327 31 0 17 1 221 133 126
Binary 10111100 11111100 11010111 11001 0 1111 1 10010001 1011011 1010110

Color Harmonies of #BCFCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCD7

Black with #BCFCD7

Text Example


Text Example

White with #BCFCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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