Html Css Color HEX #B885BA London Hue

📋 copy color: '#B885BA'

red 184 ◦ green 133 ◦ blue 186

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

Shades of London Hue #B885BA

Tints of London Hue #B885BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.44%

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

R = 36.58%
G = 26.44%
B = 36.98%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B885BA (or 0xB885BA) is known color: London Hue. HEX triplet: B8, 85 and BA. RGB value is (184,133,186). Sum of RGB (Red+Green+Blue) = 184+133+186=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #B885BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885BA is #477A45. Grayscale: #9A9A9A. Windows color (decimal): -4684358 or 12223928. OLE color: 12223928.

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

Color convert

RGB 184 133 186 -
CMYK 0.01 0.28 0 0.27
HSL 297.74º 0.28% 0.63% -
HSV(B) 297.74º 0.28% 0.73% -
XYZ 37.02 30.51 50.39 -
YUV 154.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 184 133 186 0.01 0.28 0 0.27 297.74 0.28 0.63
Hex B8 85 BA 1 1C 0 1B 12A 1C 3F
Octal 270 205 272 1 34 0 33 452 34 77
Binary 10111000 10000101 10111010 1 11100 0 11011 100101010 11100 111111

Color Harmonies of #B885BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B885BA

Black with #B885BA

Text Example


Text Example

White with #B885BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B885BA; }

 p { color: rgb(184,133,186); }

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

background-color css

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

 a { background-color: rgb(184,133,186); }

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

border-color css

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

 span { border-color: rgb(184,133,186); }

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