Html Css Color HEX #BCFAD6 Aero Blue

📋 copy color: '#BCFAD6'

red 188 ◦ green 250 ◦ blue 214

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

Shades of Aero Blue #BCFAD6

Tints of Aero Blue #BCFAD6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.34%

 BLUE value IS 214 (83.98% from 255) = 32.82%

R = 28.83%
G = 38.34%
B = 32.82%

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

#BCFAD6 (or 0xBCFAD6) is known color: Aero Blue. HEX triplet: BC, FA and D6. RGB value is (188,250,214). Sum of RGB (Red+Green+Blue) = 188+250+214=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAD6 is #430529. Grayscale: #E3E3E3. Windows color (decimal): -4392234 or 14088892. OLE color: 14088892.

HSL color Cylindrical-coordinate representation of color #BCFAD6: hue angle of 145.16º degrees, saturation: 0.86, 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 #BCFAD6 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 250 214 -
CMYK 0.25 0 0.14 0.02
HSL 145.16º 0.86% 0.86% -
HSV(B) 145.16º 0.25% 0.98% -
XYZ 67.06 83.92 76.28 -
YUV 227.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 188 250 214 0.25 0 0.14 0.02 145.16 0.86 0.86
Hex BC FA D6 19 0 E 2 91 56 56
Octal 274 372 326 31 0 16 2 221 126 126
Binary 10111100 11111010 11010110 11001 0 1110 10 10010001 1010110 1010110

Color Harmonies of #BCFAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAD6

Black with #BCFAD6

Text Example


Text Example

White with #BCFAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAD6; }

 p { color: rgb(188,250,214); }

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

background-color css

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

 a { background-color: rgb(188,250,214); }

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

border-color css

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

 span { border-color: rgb(188,250,214); }

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