Html Css Color HEX #BD81AC London Hue

📋 copy color: '#BD81AC'

red 189 ◦ green 129 ◦ blue 172

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

Shades of London Hue #BD81AC

Tints of London Hue #BD81AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.33%

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 38.57%
G = 26.33%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD81AC (or 0xBD81AC) is known color: London Hue. HEX triplet: BD, 81 and AC. RGB value is (189,129,172). Sum of RGB (Red+Green+Blue) = 189+129+172=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BD81AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD81AC is #427E53. Grayscale: #979797. Windows color (decimal): -4357716 or 11305405. OLE color: 11305405.

HSL color Cylindrical-coordinate representation of color #BD81AC: hue angle of 317º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD81AC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 172 -
CMYK 0 0.32 0.09 0.26
HSL 317º 0.31% 0.62% -
HSV(B) 317º 0.32% 0.74% -
XYZ 36.28 29.5 42.81 -
YUV 151.84 139.38 154.5 -
System Red Green Blue C M Y K H S L
Decimal 189 129 172 0 0.32 0.09 0.26 317 0.31 0.62
Hex BD 81 AC 0 20 9 1A 13D 1F 3E
Octal 275 201 254 0 40 11 32 475 37 76
Binary 10111101 10000001 10101100 0 100000 1001 11010 100111101 11111 111110

Color Harmonies of #BD81AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD81AC

Black with #BD81AC

Text Example


Text Example

White with #BD81AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD81AC; }

 p { color: rgb(189,129,172); }

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

background-color css

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

 a { background-color: rgb(189,129,172); }

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

border-color css

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

 span { border-color: rgb(189,129,172); }

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