Html Css Color HEX #B68CAF London Hue

📋 copy color: '#B68CAF'

red 182 ◦ green 140 ◦ blue 175

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

Shades of London Hue #B68CAF

Tints of London Hue #B68CAF

RGB

 RED value IS 182 (71.48% from 255) = 36.62%

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

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

R = 36.62%
G = 28.17%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B68CAF (or 0xB68CAF) is known color: London Hue. HEX triplet: B6, 8C and AF. RGB value is (182,140,175). Sum of RGB (Red+Green+Blue) = 182+140+175=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 182 - color contains mainly: red. Hex color #B68CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68CAF is #497350. Grayscale: #9C9C9C. Windows color (decimal): -4813649 or 11504822. OLE color: 11504822.

HSL color Cylindrical-coordinate representation of color #B68CAF: hue angle of 310º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68CAF is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 140 175 -
CMYK 0 0.23 0.04 0.29
HSL 310º 0.22% 0.63% -
HSV(B) 310º 0.23% 0.71% -
XYZ 36.41 31.8 44.78 -
YUV 156.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 182 140 175 0 0.23 0.04 0.29 310 0.22 0.63
Hex B6 8C AF 0 17 4 1D 136 16 3F
Octal 266 214 257 0 27 4 35 466 26 77
Binary 10110110 10001100 10101111 0 10111 100 11101 100110110 10110 111111

Color Harmonies of #B68CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CAF

Black with #B68CAF

Text Example


Text Example

White with #B68CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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