Html Css Color HEX #BCFCD4 Aero Blue

📋 copy color: '#BCFCD4'

red 188 ◦ green 252 ◦ blue 212

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

Shades of Aero Blue #BCFCD4

Tints of Aero Blue #BCFCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.52%

R = 28.83%
G = 38.65%
B = 32.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#BCFCD4 (or 0xBCFCD4) is known color: Aero Blue. HEX triplet: BC, FC and D4. RGB value is (188,252,212). Sum of RGB (Red+Green+Blue) = 188+252+212=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCD4 is #43032B. Grayscale: #E4E4E4. Windows color (decimal): -4391724 or 13958332. OLE color: 13958332.

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

Color convert

RGB 188 252 212 -
CMYK 0.25 0 0.16 0.01
HSL 142.5º 0.91% 0.86% -
HSV(B) 142.5º 0.25% 0.99% -
XYZ 67.43 85.07 75.15 -
YUV 228.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 188 252 212 0.25 0 0.16 0.01 142.5 0.91 0.86
Hex BC FC D4 19 0 10 1 8E 5B 56
Octal 274 374 324 31 0 20 1 216 133 126
Binary 10111100 11111100 11010100 11001 0 10000 1 10001110 1011011 1010110

Color Harmonies of #BCFCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFCD4

Black with #BCFCD4

Text Example


Text Example

White with #BCFCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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