Html Css Color HEX #BD9BB9 London Hue

📋 copy color: '#BD9BB9'

red 189 ◦ green 155 ◦ blue 185

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

Shades of London Hue #BD9BB9

Tints of London Hue #BD9BB9

RGB

 RED value IS 189 (74.22% from 255) = 35.73%

 GREEN value IS 155 (60.94% from 255) = 29.3%

 BLUE value IS 185 (72.66% from 255) = 34.97%

R = 35.73%
G = 29.3%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD9BB9 (or 0xBD9BB9) is known color: London Hue. HEX triplet: BD, 9B and B9. RGB value is (189,155,185). Sum of RGB (Red+Green+Blue) = 189+155+185=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 185 (72.66% from 255 or 34.97% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BB9 is #426446. Grayscale: #A8A8A8. Windows color (decimal): -4351047 or 12164029. OLE color: 12164029.

HSL color Cylindrical-coordinate representation of color #BD9BB9: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BD9BB9 is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 155 185 -
CMYK 0 0.18 0.02 0.26
HSL 307.06º 0.2% 0.67% -
HSV(B) 307.06º 0.18% 0.74% -
XYZ 41.46 37.76 51 -
YUV 168.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 189 155 185 0 0.18 0.02 0.26 307.06 0.2 0.67
Hex BD 9B B9 0 12 2 1A 133 14 43
Octal 275 233 271 0 22 2 32 463 24 103
Binary 10111101 10011011 10111001 0 10010 10 11010 100110011 10100 1000011

Color Harmonies of #BD9BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BB9

Black with #BD9BB9

Text Example


Text Example

White with #BD9BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BB9; }

 p { color: rgb(189,155,185); }

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

background-color css

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

 a { background-color: rgb(189,155,185); }

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

border-color css

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

 span { border-color: rgb(189,155,185); }

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