Html Css Color HEX #B895BA London Hue

📋 copy color: '#B895BA'

red 184 ◦ green 149 ◦ blue 186

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

Shades of London Hue #B895BA

Tints of London Hue #B895BA

RGB

 RED value IS 184 (72.27% from 255) = 35.45%

 GREEN value IS 149 (58.59% from 255) = 28.71%

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

R = 35.45%
G = 28.71%
B = 35.84%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B895BA (or 0xB895BA) is known color: London Hue. HEX triplet: B8, 95 and BA. RGB value is (184,149,186). Sum of RGB (Red+Green+Blue) = 184+149+186=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B895BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895BA is #476A45. Grayscale: #A3A3A3. Windows color (decimal): -4680262 or 12228024. OLE color: 12228024.

HSL color Cylindrical-coordinate representation of color #B895BA: hue angle of 296.76º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B895BA is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 149 186 -
CMYK 0.01 0.20 0 0.27
HSL 296.76º 0.21% 0.66% -
HSV(B) 296.76º 0.2% 0.73% -
XYZ 39.38 35.23 51.18 -
YUV 163.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 184 149 186 0.01 0.20 0 0.27 296.76 0.21 0.66
Hex B8 95 BA 1 14 0 1B 129 15 42
Octal 270 225 272 1 24 0 33 451 25 102
Binary 10111000 10010101 10111010 1 10100 0 11011 100101001 10101 1000010

Color Harmonies of #B895BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895BA

Black with #B895BA

Text Example


Text Example

White with #B895BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895BA; }

 p { color: rgb(184,149,186); }

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

background-color css

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

 a { background-color: rgb(184,149,186); }

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

border-color css

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

 span { border-color: rgb(184,149,186); }

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