Html Css Color HEX #BCFADC Aero Blue

📋 copy color: '#BCFADC'

red 188 ◦ green 250 ◦ blue 220

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

Shades of Aero Blue #BCFADC

Tints of Aero Blue #BCFADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.43%

R = 28.57%
G = 37.99%
B = 33.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#BCFADC (or 0xBCFADC) is known color: Aero Blue. HEX triplet: BC, FA and DC. RGB value is (188,250,220). Sum of RGB (Red+Green+Blue) = 188+250+220=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFADC is #430523. Grayscale: #E4E4E4. Windows color (decimal): -4392228 or 14482108. OLE color: 14482108.

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

Color convert

RGB 188 250 220 -
CMYK 0.25 0 0.12 0.02
HSL 150.97º 0.86% 0.86% -
HSV(B) 150.97º 0.25% 0.98% -
XYZ 67.84 84.23 80.39 -
YUV 228.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 188 250 220 0.25 0 0.12 0.02 150.97 0.86 0.86
Hex BC FA DC 19 0 C 2 97 56 56
Octal 274 372 334 31 0 14 2 227 126 126
Binary 10111100 11111010 11011100 11001 0 1100 10 10010111 1010110 1010110

Color Harmonies of #BCFADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFADC

Black with #BCFADC

Text Example


Text Example

White with #BCFADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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