Html Css Color HEX #BCFADD Aero Blue

📋 copy color: '#BCFADD'

red 188 ◦ green 250 ◦ blue 221

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

Shades of Aero Blue #BCFADD

Tints of Aero Blue #BCFADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.54%

R = 28.53%
G = 37.94%
B = 33.54%

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

#BCFADD (or 0xBCFADD) is known color: Aero Blue. HEX triplet: BC, FA and DD. RGB value is (188,250,221). Sum of RGB (Red+Green+Blue) = 188+250+221=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 250 (98.05% from 255 or 37.94% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFADD is #430522. Grayscale: #E4E4E4. Windows color (decimal): -4392227 or 14547644. OLE color: 14547644.

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

Color convert

RGB 188 250 221 -
CMYK 0.25 0 0.12 0.02
HSL 151.94º 0.86% 0.86% -
HSV(B) 151.94º 0.25% 0.98% -
XYZ 67.98 84.28 81.09 -
YUV 228.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 188 250 221 0.25 0 0.12 0.02 151.94 0.86 0.86
Hex BC FA DD 19 0 C 2 98 56 56
Octal 274 372 335 31 0 14 2 230 126 126
Binary 10111100 11111010 11011101 11001 0 1100 10 10011000 1010110 1010110

Color Harmonies of #BCFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFADD

Black with #BCFADD

Text Example


Text Example

White with #BCFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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