Html Css Color HEX #BCF7DC Aero Blue

📋 copy color: '#BCF7DC'

red 188 ◦ green 247 ◦ blue 220

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

Shades of Aero Blue #BCF7DC

Tints of Aero Blue #BCF7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.71%

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

R = 28.7%
G = 37.71%
B = 33.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#BCF7DC (or 0xBCF7DC) is known color: Aero Blue. HEX triplet: BC, F7 and DC. RGB value is (188,247,220). Sum of RGB (Red+Green+Blue) = 188+247+220=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF7DC is #430823. Grayscale: #E2E2E2. Windows color (decimal): -4392996 or 14481340. OLE color: 14481340.

HSL color Cylindrical-coordinate representation of color #BCF7DC: hue angle of 152.54º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF7DC is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 220 -
CMYK 0.24 0 0.11 0.03
HSL 152.54º 0.79% 0.85% -
HSV(B) 152.54º 0.24% 0.97% -
XYZ 66.92 82.38 80.08 -
YUV 226.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 188 247 220 0.24 0 0.11 0.03 152.54 0.79 0.85
Hex BC F7 DC 18 0 B 3 99 4F 55
Octal 274 367 334 30 0 13 3 231 117 125
Binary 10111100 11110111 11011100 11000 0 1011 11 10011001 1001111 1010101

Color Harmonies of #BCF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF7DC

Black with #BCF7DC

Text Example


Text Example

White with #BCF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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