Html Css Color HEX #B995B5 London Hue

📋 copy color: '#B995B5'

red 185 ◦ green 149 ◦ blue 181

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

Shades of London Hue #B995B5

Tints of London Hue #B995B5

RGB

 RED value IS 185 (72.66% from 255) = 35.92%

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

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 35.92%
G = 28.93%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B995B5 (or 0xB995B5) is known color: London Hue. HEX triplet: B9, 95 and B5. RGB value is (185,149,181). Sum of RGB (Red+Green+Blue) = 185+149+181=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 185 - color contains mainly: red. Hex color #B995B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995B5 is #466A4A. Grayscale: #A3A3A3. Windows color (decimal): -4614731 or 11900345. OLE color: 11900345.

HSL color Cylindrical-coordinate representation of color #B995B5: hue angle of 306.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B995B5 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 181 -
CMYK 0 0.19 0.02 0.27
HSL 306.67º 0.2% 0.65% -
HSV(B) 306.67º 0.19% 0.73% -
XYZ 39.1 35.15 48.44 -
YUV 163.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 185 149 181 0 0.19 0.02 0.27 306.67 0.2 0.65
Hex B9 95 B5 0 13 2 1B 133 14 41
Octal 271 225 265 0 23 2 33 463 24 101
Binary 10111001 10010101 10110101 0 10011 10 11011 100110011 10100 1000001

Color Harmonies of #B995B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995B5

Black with #B995B5

Text Example


Text Example

White with #B995B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995B5; }

 p { color: rgb(185,149,181); }

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

background-color css

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

 a { background-color: rgb(185,149,181); }

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

border-color css

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

 span { border-color: rgb(185,149,181); }

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