Html Css Color HEX #B08FB0 London Hue

📋 copy color: '#B08FB0'

red 176 ◦ green 143 ◦ blue 176

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

Shades of London Hue #B08FB0

Tints of London Hue #B08FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 35.56%
G = 28.89%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B08FB0 (or 0xB08FB0) is known color: London Hue. HEX triplet: B0, 8F and B0. RGB value is (176,143,176). Sum of RGB (Red+Green+Blue) = 176+143+176=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B08FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FB0 is #4F704F. Grayscale: #9C9C9C. Windows color (decimal): -5206096 or 11571120. OLE color: 11571120.

HSL color Cylindrical-coordinate representation of color #B08FB0: hue angle of 300º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08FB0 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 143 176 -
CMYK 0 0.19 0 0.31
HSL 300º 0.17% 0.63% -
HSV(B) 300º 0.19% 0.69% -
XYZ 35.56 32.01 45.38 -
YUV 156.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 176 143 176 0 0.19 0 0.31 300 0.17 0.63
Hex B0 8F B0 0 13 0 1F 12C 11 3F
Octal 260 217 260 0 23 0 37 454 21 77
Binary 10110000 10001111 10110000 0 10011 0 11111 100101100 10001 111111

Color Harmonies of #B08FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FB0

Black with #B08FB0

Text Example


Text Example

White with #B08FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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