Html Css Color HEX #BCFAD5 Aero Blue

📋 copy color: '#BCFAD5'

red 188 ◦ green 250 ◦ blue 213

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

Shades of Aero Blue #BCFAD5

Tints of Aero Blue #BCFAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.72%

R = 28.88%
G = 38.4%
B = 32.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#BCFAD5 (or 0xBCFAD5) is known color: Aero Blue. HEX triplet: BC, FA and D5. RGB value is (188,250,213). Sum of RGB (Red+Green+Blue) = 188+250+213=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAD5 is #43052A. Grayscale: #E3E3E3. Windows color (decimal): -4392235 or 14023356. OLE color: 14023356.

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

Color convert

RGB 188 250 213 -
CMYK 0.25 0 0.15 0.02
HSL 144.19º 0.86% 0.86% -
HSV(B) 144.19º 0.25% 0.98% -
XYZ 66.93 83.87 75.61 -
YUV 227.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 188 250 213 0.25 0 0.15 0.02 144.19 0.86 0.86
Hex BC FA D5 19 0 F 2 90 56 56
Octal 274 372 325 31 0 17 2 220 126 126
Binary 10111100 11111010 11010101 11001 0 1111 10 10010000 1010110 1010110

Color Harmonies of #BCFAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAD5

Black with #BCFAD5

Text Example


Text Example

White with #BCFAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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