Html Css Color HEX #B88FBC London Hue

📋 copy color: '#B88FBC'

red 184 ◦ green 143 ◦ blue 188

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

Shades of London Hue #B88FBC

Tints of London Hue #B88FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.77%

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

R = 35.73%
G = 27.77%
B = 36.5%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B88FBC (or 0xB88FBC) is known color: London Hue. HEX triplet: B8, 8F and BC. RGB value is (184,143,188). Sum of RGB (Red+Green+Blue) = 184+143+188=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 188 - color contains mainly: blue. Hex color #B88FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FBC is #477043. Grayscale: #A0A0A0. Windows color (decimal): -4681796 or 12357560. OLE color: 12357560.

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

Color convert

RGB 184 143 188 -
CMYK 0.02 0.24 0 0.26
HSL 294.67º 0.25% 0.65% -
HSV(B) 294.67º 0.24% 0.74% -
XYZ 38.67 33.47 52 -
YUV 160.39 143.58 144.84 -
System Red Green Blue C M Y K H S L
Decimal 184 143 188 0.02 0.24 0 0.26 294.67 0.25 0.65
Hex B8 8F BC 2 18 0 1A 127 19 41
Octal 270 217 274 2 30 0 32 447 31 101
Binary 10111000 10001111 10111100 10 11000 0 11010 100100111 11001 1000001

Color Harmonies of #B88FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88FBC

Black with #B88FBC

Text Example


Text Example

White with #B88FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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