Html Css Color HEX #BD92BA London Hue

📋 copy color: '#BD92BA'

red 189 ◦ green 146 ◦ blue 186

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

Shades of London Hue #BD92BA

Tints of London Hue #BD92BA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.02%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 36.28%
G = 28.02%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD92BA (or 0xBD92BA) is known color: London Hue. HEX triplet: BD, 92 and BA. RGB value is (189,146,186). Sum of RGB (Red+Green+Blue) = 189+146+186=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BD92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD92BA is #426D45. Grayscale: #A3A3A3. Windows color (decimal): -4353350 or 12227261. OLE color: 12227261.

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

Color convert

RGB 189 146 186 -
CMYK 0 0.23 0.02 0.26
HSL 304.19º 0.25% 0.66% -
HSV(B) 304.19º 0.23% 0.74% -
XYZ 40.13 34.92 51.08 -
YUV 163.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 189 146 186 0 0.23 0.02 0.26 304.19 0.25 0.66
Hex BD 92 BA 0 17 2 1A 130 19 42
Octal 275 222 272 0 27 2 32 460 31 102
Binary 10111101 10010010 10111010 0 10111 10 11010 100110000 11001 1000010

Color Harmonies of #BD92BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD92BA

Black with #BD92BA

Text Example


Text Example

White with #BD92BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD92BA; }

 p { color: rgb(189,146,186); }

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

background-color css

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

 a { background-color: rgb(189,146,186); }

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

border-color css

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

 span { border-color: rgb(189,146,186); }

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