Html Css Color HEX #B88BB6 London Hue

📋 copy color: '#B88BB6'

red 184 ◦ green 139 ◦ blue 182

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

Shades of London Hue #B88BB6

Tints of London Hue #B88BB6

RGB

 RED value IS 184 (72.27% from 255) = 36.44%

 GREEN value IS 139 (54.69% from 255) = 27.52%

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 36.44%
G = 27.52%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B88BB6 (or 0xB88BB6) is known color: London Hue. HEX triplet: B8, 8B and B6. RGB value is (184,139,182). Sum of RGB (Red+Green+Blue) = 184+139+182=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 184 - color contains mainly: red. Hex color #B88BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BB6 is #477449. Grayscale: #9D9D9D. Windows color (decimal): -4682826 or 11963320. OLE color: 11963320.

HSL color Cylindrical-coordinate representation of color #B88BB6: hue angle of 302.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B88BB6 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 139 182 -
CMYK 0 0.24 0.01 0.28
HSL 302.67º 0.24% 0.63% -
HSV(B) 302.67º 0.24% 0.72% -
XYZ 37.44 32.03 48.47 -
YUV 157.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 184 139 182 0 0.24 0.01 0.28 302.67 0.24 0.63
Hex B8 8B B6 0 18 1 1C 12F 18 3F
Octal 270 213 266 0 30 1 34 457 30 77
Binary 10111000 10001011 10110110 0 11000 1 11100 100101111 11000 111111

Color Harmonies of #B88BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88BB6

Black with #B88BB6

Text Example


Text Example

White with #B88BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88BB6; }

 p { color: rgb(184,139,182); }

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

background-color css

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

 a { background-color: rgb(184,139,182); }

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

border-color css

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

 span { border-color: rgb(184,139,182); }

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