Html Css Color HEX #B885BB London Hue

📋 copy color: '#B885BB'

red 184 ◦ green 133 ◦ blue 187

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

Shades of London Hue #B885BB

Tints of London Hue #B885BB

RGB

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

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

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

R = 36.51%
G = 26.39%
B = 37.1%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B885BB (or 0xB885BB) is known color: London Hue. HEX triplet: B8, 85 and BB. RGB value is (184,133,187). Sum of RGB (Red+Green+Blue) = 184+133+187=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #B885BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885BB is #477A44. Grayscale: #9A9A9A. Windows color (decimal): -4684357 or 12289464. OLE color: 12289464.

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

Color convert

RGB 184 133 187 -
CMYK 0.02 0.29 0 0.27
HSL 296.67º 0.28% 0.63% -
HSV(B) 296.67º 0.29% 0.73% -
XYZ 37.12 30.55 50.95 -
YUV 154.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 184 133 187 0.02 0.29 0 0.27 296.67 0.28 0.63
Hex B8 85 BB 2 1D 0 1B 129 1C 3F
Octal 270 205 273 2 35 0 33 451 34 77
Binary 10111000 10000101 10111011 10 11101 0 11011 100101001 11100 111111

Color Harmonies of #B885BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B885BB

Black with #B885BB

Text Example


Text Example

White with #B885BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B885BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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