Html Css Color HEX #BC94B7 London Hue

📋 copy color: '#BC94B7'

red 188 ◦ green 148 ◦ blue 183

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

Shades of London Hue #BC94B7

Tints of London Hue #BC94B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.26%

R = 36.22%
G = 28.52%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC94B7 (or 0xBC94B7) is known color: London Hue. HEX triplet: BC, 94 and B7. RGB value is (188,148,183). Sum of RGB (Red+Green+Blue) = 188+148+183=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94B7 is #436B48. Grayscale: #A3A3A3. Windows color (decimal): -4418377 or 12031164. OLE color: 12031164.

HSL color Cylindrical-coordinate representation of color #BC94B7: hue angle of 307.5º 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 #BC94B7 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 183 -
CMYK 0 0.21 0.03 0.26
HSL 307.5º 0.23% 0.66% -
HSV(B) 307.5º 0.21% 0.74% -
XYZ 39.88 35.29 49.51 -
YUV 163.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 188 148 183 0 0.21 0.03 0.26 307.5 0.23 0.66
Hex BC 94 B7 0 15 3 1A 134 17 42
Octal 274 224 267 0 25 3 32 464 27 102
Binary 10111100 10010100 10110111 0 10101 11 11010 100110100 10111 1000010

Color Harmonies of #BC94B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94B7

Black with #BC94B7

Text Example


Text Example

White with #BC94B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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