Html Css Color HEX #B08FB3 London Hue

📋 copy color: '#B08FB3'

red 176 ◦ green 143 ◦ blue 179

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

Shades of London Hue #B08FB3

Tints of London Hue #B08FB3

RGB

 RED value IS 176 (69.14% from 255) = 35.34%

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

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

R = 35.34%
G = 28.71%
B = 35.94%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B08FB3 (or 0xB08FB3) is known color: London Hue. HEX triplet: B0, 8F and B3. RGB value is (176,143,179). Sum of RGB (Red+Green+Blue) = 176+143+179=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 179 - color contains mainly: blue. Hex color #B08FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FB3 is #4F704C. Grayscale: #9C9C9C. Windows color (decimal): -5206093 or 11767728. OLE color: 11767728.

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

Color convert

RGB 176 143 179 -
CMYK 0.02 0.20 0 0.30
HSL 295º 0.19% 0.63% -
HSV(B) 295º 0.2% 0.7% -
XYZ 35.86 32.13 46.96 -
YUV 156.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 176 143 179 0.02 0.20 0 0.30 295 0.19 0.63
Hex B0 8F B3 2 14 0 1E 127 13 3F
Octal 260 217 263 2 24 0 36 447 23 77
Binary 10110000 10001111 10110011 10 10100 0 11110 100100111 10011 111111

Color Harmonies of #B08FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FB3

Black with #B08FB3

Text Example


Text Example

White with #B08FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FB3; }

 p { color: rgb(176,143,179); }

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

background-color css

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

 a { background-color: rgb(176,143,179); }

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

border-color css

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

 span { border-color: rgb(176,143,179); }

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