Html Css Color HEX #BCFADA Aero Blue

📋 copy color: '#BCFADA'

red 188 ◦ green 250 ◦ blue 218

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

Shades of Aero Blue #BCFADA

Tints of Aero Blue #BCFADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.23%

R = 28.66%
G = 38.11%
B = 33.23%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#BCFADA (or 0xBCFADA) is known color: Aero Blue. HEX triplet: BC, FA and DA. RGB value is (188,250,218). Sum of RGB (Red+Green+Blue) = 188+250+218=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFADA is #430525. Grayscale: #E3E3E3. Windows color (decimal): -4392230 or 14351036. OLE color: 14351036.

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

Color convert

RGB 188 250 218 -
CMYK 0.25 0 0.13 0.02
HSL 149.03º 0.86% 0.86% -
HSV(B) 149.03º 0.25% 0.98% -
XYZ 67.58 84.12 79.01 -
YUV 227.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 188 250 218 0.25 0 0.13 0.02 149.03 0.86 0.86
Hex BC FA DA 19 0 D 2 95 56 56
Octal 274 372 332 31 0 15 2 225 126 126
Binary 10111100 11111010 11011010 11001 0 1101 10 10010101 1010110 1010110

Color Harmonies of #BCFADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFADA

Black with #BCFADA

Text Example


Text Example

White with #BCFADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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