Html Css Color HEX #BD93BA London Hue

📋 copy color: '#BD93BA'

red 189 ◦ green 147 ◦ blue 186

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

Shades of London Hue #BD93BA

Tints of London Hue #BD93BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.16%

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

R = 36.21%
G = 28.16%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BD93BA (or 0xBD93BA) is known color: London Hue. HEX triplet: BD, 93 and BA. RGB value is (189,147,186). Sum of RGB (Red+Green+Blue) = 189+147+186=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93BA is #426C45. Grayscale: #A3A3A3. Windows color (decimal): -4353094 or 12227517. OLE color: 12227517.

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

Color convert

RGB 189 147 186 -
CMYK 0 0.22 0.02 0.26
HSL 304.29º 0.24% 0.66% -
HSV(B) 304.29º 0.22% 0.74% -
XYZ 40.28 35.23 51.13 -
YUV 164 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 189 147 186 0 0.22 0.02 0.26 304.29 0.24 0.66
Hex BD 93 BA 0 16 2 1A 130 18 42
Octal 275 223 272 0 26 2 32 460 30 102
Binary 10111101 10010011 10111010 0 10110 10 11010 100110000 11000 1000010

Color Harmonies of #BD93BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93BA

Black with #BD93BA

Text Example


Text Example

White with #BD93BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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