Html Css Color HEX #BD91BB London Hue

📋 copy color: '#BD91BB'

red 189 ◦ green 145 ◦ blue 187

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

Shades of London Hue #BD91BB

Tints of London Hue #BD91BB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.83%

 BLUE value IS 187 (73.44% from 255) = 35.89%

R = 36.28%
G = 27.83%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD91BB (or 0xBD91BB) is known color: London Hue. HEX triplet: BD, 91 and BB. RGB value is (189,145,187). Sum of RGB (Red+Green+Blue) = 189+145+187=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BD91BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD91BB is #426E44. Grayscale: #A2A2A2. Windows color (decimal): -4353605 or 12292541. OLE color: 12292541.

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

Color convert

RGB 189 145 187 -
CMYK 0 0.23 0.01 0.26
HSL 302.73º 0.25% 0.65% -
HSV(B) 302.73º 0.23% 0.74% -
XYZ 40.08 34.66 51.59 -
YUV 162.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 189 145 187 0 0.23 0.01 0.26 302.73 0.25 0.65
Hex BD 91 BB 0 17 1 1A 12F 19 41
Octal 275 221 273 0 27 1 32 457 31 101
Binary 10111101 10010001 10111011 0 10111 1 11010 100101111 11001 1000001

Color Harmonies of #BD91BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD91BB

Black with #BD91BB

Text Example


Text Example

White with #BD91BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD91BB; }

 p { color: rgb(189,145,187); }

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

background-color css

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

 a { background-color: rgb(189,145,187); }

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

border-color css

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

 span { border-color: rgb(189,145,187); }

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