Html Css Color HEX #B08CAF London Hue

📋 copy color: '#B08CAF'

red 176 ◦ green 140 ◦ blue 175

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

Shades of London Hue #B08CAF

Tints of London Hue #B08CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 35.85%
G = 28.51%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B08CAF (or 0xB08CAF) is known color: London Hue. HEX triplet: B0, 8C and AF. RGB value is (176,140,175). Sum of RGB (Red+Green+Blue) = 176+140+175=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B08CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08CAF is #4F7350. Grayscale: #9A9A9A. Windows color (decimal): -5206865 or 11504816. OLE color: 11504816.

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

Color convert

RGB 176 140 175 -
CMYK 0 0.20 0.01 0.31
HSL 301.67º 0.19% 0.62% -
HSV(B) 301.67º 0.2% 0.69% -
XYZ 35.02 31.08 44.71 -
YUV 154.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 176 140 175 0 0.20 0.01 0.31 301.67 0.19 0.62
Hex B0 8C AF 0 14 1 1F 12E 13 3E
Octal 260 214 257 0 24 1 37 456 23 76
Binary 10110000 10001100 10101111 0 10100 1 11111 100101110 10011 111110

Color Harmonies of #B08CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CAF

Black with #B08CAF

Text Example


Text Example

White with #B08CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CAF; }

 p { color: rgb(176,140,175); }

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

background-color css

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

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

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

border-color css

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

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

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