Html Css Color HEX #BCFAD3 Aero Blue

📋 copy color: '#BCFAD3'

red 188 ◦ green 250 ◦ blue 211

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

Shades of Aero Blue #BCFAD3

Tints of Aero Blue #BCFAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.51%

R = 28.97%
G = 38.52%
B = 32.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#BCFAD3 (or 0xBCFAD3) is known color: Aero Blue. HEX triplet: BC, FA and D3. RGB value is (188,250,211). Sum of RGB (Red+Green+Blue) = 188+250+211=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAD3 is #43052C. Grayscale: #E3E3E3. Windows color (decimal): -4392237 or 13892284. OLE color: 13892284.

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

Color convert

RGB 188 250 211 -
CMYK 0.25 0 0.16 0.02
HSL 142.26º 0.86% 0.86% -
HSV(B) 142.26º 0.25% 0.98% -
XYZ 66.68 83.77 74.28 -
YUV 227.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 188 250 211 0.25 0 0.16 0.02 142.26 0.86 0.86
Hex BC FA D3 19 0 10 2 8E 56 56
Octal 274 372 323 31 0 20 2 216 126 126
Binary 10111100 11111010 11010011 11001 0 10000 10 10001110 1010110 1010110

Color Harmonies of #BCFAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAD3

Black with #BCFAD3

Text Example


Text Example

White with #BCFAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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