Html Css Color HEX #BD93B9 London Hue

📋 copy color: '#BD93B9'

red 189 ◦ green 147 ◦ blue 185

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

Shades of London Hue #BD93B9

Tints of London Hue #BD93B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 36.28%
G = 28.21%
B = 35.51%

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

#BD93B9 (or 0xBD93B9) is known color: London Hue. HEX triplet: BD, 93 and B9. RGB value is (189,147,185). Sum of RGB (Red+Green+Blue) = 189+147+185=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93B9 is #426C46. Grayscale: #A3A3A3. Windows color (decimal): -4353095 or 12161981. OLE color: 12161981.

HSL color Cylindrical-coordinate representation of color #BD93B9: hue angle of 305.71º 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 #BD93B9 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 147 185 -
CMYK 0 0.22 0.02 0.26
HSL 305.71º 0.24% 0.66% -
HSV(B) 305.71º 0.22% 0.74% -
XYZ 40.18 35.19 50.57 -
YUV 163.89 139.91 145.91 -
System Red Green Blue C M Y K H S L
Decimal 189 147 185 0 0.22 0.02 0.26 305.71 0.24 0.66
Hex BD 93 B9 0 16 2 1A 132 18 42
Octal 275 223 271 0 26 2 32 462 30 102
Binary 10111101 10010011 10111001 0 10110 10 11010 100110010 11000 1000010

Color Harmonies of #BD93B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD93B9

Black with #BD93B9

Text Example


Text Example

White with #BD93B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD93B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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