Html Css Color HEX #B18CB3 London Hue

📋 copy color: '#B18CB3'

red 177 ◦ green 140 ◦ blue 179

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

Shades of London Hue #B18CB3

Tints of London Hue #B18CB3

RGB

 RED value IS 177 (69.53% from 255) = 35.69%

 GREEN value IS 140 (55.08% from 255) = 28.23%

 BLUE value IS 179 (70.31% from 255) = 36.09%

R = 35.69%
G = 28.23%
B = 36.09%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B18CB3 (or 0xB18CB3) is known color: London Hue. HEX triplet: B1, 8C and B3. RGB value is (177,140,179). Sum of RGB (Red+Green+Blue) = 177+140+179=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 179 - color contains mainly: blue. Hex color #B18CB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CB3 is #4E734C. Grayscale: #9B9B9B. Windows color (decimal): -5141325 or 11766961. OLE color: 11766961.

HSL color Cylindrical-coordinate representation of color #B18CB3: hue angle of 296.92º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18CB3 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 140 179 -
CMYK 0.01 0.22 0 0.30
HSL 296.92º 0.2% 0.63% -
HSV(B) 296.92º 0.22% 0.7% -
XYZ 35.65 31.36 46.82 -
YUV 155.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 177 140 179 0.01 0.22 0 0.30 296.92 0.2 0.63
Hex B1 8C B3 1 16 0 1E 129 14 3F
Octal 261 214 263 1 26 0 36 451 24 77
Binary 10110001 10001100 10110011 1 10110 0 11110 100101001 10100 111111

Color Harmonies of #B18CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CB3

Black with #B18CB3

Text Example


Text Example

White with #B18CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CB3; }

 p { color: rgb(177,140,179); }

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

background-color css

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

 a { background-color: rgb(177,140,179); }

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

border-color css

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

 span { border-color: rgb(177,140,179); }

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