Html Css Color HEX #BCFADB Aero Blue

📋 copy color: '#BCFADB'

red 188 ◦ green 250 ◦ blue 219

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

Shades of Aero Blue #BCFADB

Tints of Aero Blue #BCFADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 33.33%

R = 28.61%
G = 38.05%
B = 33.33%

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

#BCFADB (or 0xBCFADB) is known color: Aero Blue. HEX triplet: BC, FA and DB. RGB value is (188,250,219). Sum of RGB (Red+Green+Blue) = 188+250+219=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFADB is #430524. Grayscale: #E3E3E3. Windows color (decimal): -4392229 or 14416572. OLE color: 14416572.

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

Color convert

RGB 188 250 219 -
CMYK 0.25 0 0.12 0.02
HSL 150º 0.86% 0.86% -
HSV(B) 150º 0.25% 0.98% -
XYZ 67.71 84.18 79.7 -
YUV 227.93 122.96 99.52 -
System Red Green Blue C M Y K H S L
Decimal 188 250 219 0.25 0 0.12 0.02 150 0.86 0.86
Hex BC FA DB 19 0 C 2 96 56 56
Octal 274 372 333 31 0 14 2 226 126 126
Binary 10111100 11111010 11011011 11001 0 1100 10 10010110 1010110 1010110

Color Harmonies of #BCFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFADB

Black with #BCFADB

Text Example


Text Example

White with #BCFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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