Html Css Color HEX #BC94BB London Hue

📋 copy color: '#BC94BB'

red 188 ◦ green 148 ◦ blue 187

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

Shades of London Hue #BC94BB

Tints of London Hue #BC94BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 35.95%
G = 28.3%
B = 35.76%

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

#BC94BB (or 0xBC94BB) is known color: London Hue. HEX triplet: BC, 94 and BB. RGB value is (188,148,187). Sum of RGB (Red+Green+Blue) = 188+148+187=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94BB is #436B44. Grayscale: #A4A4A4. Windows color (decimal): -4418373 or 12293308. OLE color: 12293308.

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

Color convert

RGB 188 148 187 -
CMYK 0 0.21 0.01 0.26
HSL 301.5º 0.23% 0.66% -
HSV(B) 301.5º 0.21% 0.74% -
XYZ 40.3 35.46 51.73 -
YUV 164.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 188 148 187 0 0.21 0.01 0.26 301.5 0.23 0.66
Hex BC 94 BB 0 15 1 1A 12E 17 42
Octal 274 224 273 0 25 1 32 456 27 102
Binary 10111100 10010100 10111011 0 10101 1 11010 100101110 10111 1000010

Color Harmonies of #BC94BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94BB

Black with #BC94BB

Text Example


Text Example

White with #BC94BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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