Html Css Color HEX #BD8CB0 London Hue

📋 copy color: '#BD8CB0'

red 189 ◦ green 140 ◦ blue 176

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

Shades of London Hue #BD8CB0

Tints of London Hue #BD8CB0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.72%

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 37.43%
G = 27.72%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD8CB0 (or 0xBD8CB0) is known color: London Hue. HEX triplet: BD, 8C and B0. RGB value is (189,140,176). Sum of RGB (Red+Green+Blue) = 189+140+176=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8CB0 is #42734F. Grayscale: #9E9E9E. Windows color (decimal): -4354896 or 11570365. OLE color: 11570365.

HSL color Cylindrical-coordinate representation of color #BD8CB0: hue angle of 315.92º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD8CB0 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 140 176 -
CMYK 0 0.26 0.07 0.26
HSL 315.92º 0.27% 0.65% -
HSV(B) 315.92º 0.26% 0.74% -
XYZ 38.2 32.71 45.37 -
YUV 158.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 189 140 176 0 0.26 0.07 0.26 315.92 0.27 0.65
Hex BD 8C B0 0 1A 7 1A 13C 1B 41
Octal 275 214 260 0 32 7 32 474 33 101
Binary 10111101 10001100 10110000 0 11010 111 11010 100111100 11011 1000001

Color Harmonies of #BD8CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8CB0

Black with #BD8CB0

Text Example


Text Example

White with #BD8CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8CB0; }

 p { color: rgb(189,140,176); }

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

background-color css

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

 a { background-color: rgb(189,140,176); }

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

border-color css

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

 span { border-color: rgb(189,140,176); }

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