Html Css Color HEX #B885BC London Hue

📋 copy color: '#B885BC'

red 184 ◦ green 133 ◦ blue 188

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

Shades of London Hue #B885BC

Tints of London Hue #B885BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.23%

R = 36.44%
G = 26.34%
B = 37.23%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B885BC (or 0xB885BC) is known color: London Hue. HEX triplet: B8, 85 and BC. RGB value is (184,133,188). Sum of RGB (Red+Green+Blue) = 184+133+188=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #B885BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885BC is #477A43. Grayscale: #9A9A9A. Windows color (decimal): -4684356 or 12355000. OLE color: 12355000.

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

Color convert

RGB 184 133 188 -
CMYK 0.02 0.29 0 0.26
HSL 295.64º 0.29% 0.63% -
HSV(B) 295.64º 0.29% 0.74% -
XYZ 37.23 30.6 51.52 -
YUV 154.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 184 133 188 0.02 0.29 0 0.26 295.64 0.29 0.63
Hex B8 85 BC 2 1D 0 1A 128 1D 3F
Octal 270 205 274 2 35 0 32 450 35 77
Binary 10111000 10000101 10111100 10 11101 0 11010 100101000 11101 111111

Color Harmonies of #B885BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B885BC

Black with #B885BC

Text Example


Text Example

White with #B885BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B885BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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