Html Css Color HEX #BD9CB8 London Hue

📋 copy color: '#BD9CB8'

red 189 ◦ green 156 ◦ blue 184

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

Shades of London Hue #BD9CB8

Tints of London Hue #BD9CB8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.49%

 BLUE value IS 184 (72.27% from 255) = 34.78%

R = 35.73%
G = 29.49%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD9CB8 (or 0xBD9CB8) is known color: London Hue. HEX triplet: BD, 9C and B8. RGB value is (189,156,184). Sum of RGB (Red+Green+Blue) = 189+156+184=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 184 (72.27% from 255 or 34.78% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CB8 is #426347. Grayscale: #A8A8A8. Windows color (decimal): -4350792 or 12098749. OLE color: 12098749.

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

Color convert

RGB 189 156 184 -
CMYK 0 0.17 0.03 0.26
HSL 309.09º 0.2% 0.68% -
HSV(B) 309.09º 0.17% 0.74% -
XYZ 41.53 38.06 50.5 -
YUV 169.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 189 156 184 0 0.17 0.03 0.26 309.09 0.2 0.68
Hex BD 9C B8 0 11 3 1A 135 14 44
Octal 275 234 270 0 21 3 32 465 24 104
Binary 10111101 10011100 10111000 0 10001 11 11010 100110101 10100 1000100

Color Harmonies of #BD9CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9CB8

Black with #BD9CB8

Text Example


Text Example

White with #BD9CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9CB8; }

 p { color: rgb(189,156,184); }

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

background-color css

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

 a { background-color: rgb(189,156,184); }

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

border-color css

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

 span { border-color: rgb(189,156,184); }

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