Html Css Color HEX #BB95B2 London Hue

📋 copy color: '#BB95B2'

red 187 ◦ green 149 ◦ blue 178

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

Shades of London Hue #BB95B2

Tints of London Hue #BB95B2

RGB

 RED value IS 187 (73.44% from 255) = 36.38%

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

 BLUE value IS 178 (69.92% from 255) = 34.63%

R = 36.38%
G = 28.99%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB95B2 (or 0xBB95B2) is known color: London Hue. HEX triplet: BB, 95 and B2. RGB value is (187,149,178). Sum of RGB (Red+Green+Blue) = 187+149+178=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 149 (58.59% from 255 or 28.99% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BB95B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB95B2 is #446A4D. Grayscale: #A3A3A3. Windows color (decimal): -4483662 or 11703739. OLE color: 11703739.

HSL color Cylindrical-coordinate representation of color #BB95B2: hue angle of 314.21º degrees, saturation: 0.22, 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 #BB95B2 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 149 178 -
CMYK 0 0.20 0.05 0.27
HSL 314.21º 0.22% 0.66% -
HSV(B) 314.21º 0.2% 0.73% -
XYZ 39.28 35.27 46.86 -
YUV 163.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 187 149 178 0 0.20 0.05 0.27 314.21 0.22 0.66
Hex BB 95 B2 0 14 5 1B 13A 16 42
Octal 273 225 262 0 24 5 33 472 26 102
Binary 10111011 10010101 10110010 0 10100 101 11011 100111010 10110 1000010

Color Harmonies of #BB95B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB95B2

Black with #BB95B2

Text Example


Text Example

White with #BB95B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB95B2; }

 p { color: rgb(187,149,178); }

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

background-color css

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

 a { background-color: rgb(187,149,178); }

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

border-color css

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

 span { border-color: rgb(187,149,178); }

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