Html Css Color HEX #BD88BB London Hue

📋 copy color: '#BD88BB'

red 189 ◦ green 136 ◦ blue 187

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

Shades of London Hue #BD88BB

Tints of London Hue #BD88BB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.56%

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

R = 36.91%
G = 26.56%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD88BB (or 0xBD88BB) is known color: London Hue. HEX triplet: BD, 88 and BB. RGB value is (189,136,187). Sum of RGB (Red+Green+Blue) = 189+136+187=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BD88BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD88BB is #427744. Grayscale: #9D9D9D. Windows color (decimal): -4355909 or 12290237. OLE color: 12290237.

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

Color convert

RGB 189 136 187 -
CMYK 0 0.28 0.01 0.26
HSL 302.26º 0.29% 0.64% -
HSV(B) 302.26º 0.28% 0.74% -
XYZ 38.76 32.01 51.15 -
YUV 157.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 189 136 187 0 0.28 0.01 0.26 302.26 0.29 0.64
Hex BD 88 BB 0 1C 1 1A 12E 1D 40
Octal 275 210 273 0 34 1 32 456 35 100
Binary 10111101 10001000 10111011 0 11100 1 11010 100101110 11101 1000000

Color Harmonies of #BD88BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88BB

Black with #BD88BB

Text Example


Text Example

White with #BD88BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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