Html Css Color HEX #BC94BA London Hue

📋 copy color: '#BC94BA'

red 188 ◦ green 148 ◦ blue 186

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

Shades of London Hue #BC94BA

Tints of London Hue #BC94BA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.35%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 36.02%
G = 28.35%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC94BA (or 0xBC94BA) is known color: London Hue. HEX triplet: BC, 94 and BA. RGB value is (188,148,186). Sum of RGB (Red+Green+Blue) = 188+148+186=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94BA is #436B45. Grayscale: #A4A4A4. Windows color (decimal): -4418374 or 12227772. OLE color: 12227772.

HSL color Cylindrical-coordinate representation of color #BC94BA: hue angle of 303º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC94BA is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 186 -
CMYK 0 0.21 0.01 0.26
HSL 303º 0.23% 0.66% -
HSV(B) 303º 0.21% 0.74% -
XYZ 40.19 35.42 51.17 -
YUV 164.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 188 148 186 0 0.21 0.01 0.26 303 0.23 0.66
Hex BC 94 BA 0 15 1 1A 12F 17 42
Octal 274 224 272 0 25 1 32 457 27 102
Binary 10111100 10010100 10111010 0 10101 1 11010 100101111 10111 1000010

Color Harmonies of #BC94BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94BA

Black with #BC94BA

Text Example


Text Example

White with #BC94BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94BA; }

 p { color: rgb(188,148,186); }

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

background-color css

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

 a { background-color: rgb(188,148,186); }

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

border-color css

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

 span { border-color: rgb(188,148,186); }

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