Html Css Color HEX #B68FB9 London Hue

📋 copy color: '#B68FB9'

red 182 ◦ green 143 ◦ blue 185

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

Shades of London Hue #B68FB9

Tints of London Hue #B68FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.27%

R = 35.69%
G = 28.04%
B = 36.27%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B68FB9 (or 0xB68FB9) is known color: London Hue. HEX triplet: B6, 8F and B9. RGB value is (182,143,185). Sum of RGB (Red+Green+Blue) = 182+143+185=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 185 - color contains mainly: blue. Hex color #B68FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FB9 is #497046. Grayscale: #9F9F9F. Windows color (decimal): -4812871 or 12160950. OLE color: 12160950.

HSL color Cylindrical-coordinate representation of color #B68FB9: hue angle of 295.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68FB9 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 143 185 -
CMYK 0.02 0.23 0 0.27
HSL 295.71º 0.23% 0.64% -
HSV(B) 295.71º 0.23% 0.73% -
XYZ 37.87 33.09 50.29 -
YUV 159.45 142.42 144.08 -
System Red Green Blue C M Y K H S L
Decimal 182 143 185 0.02 0.23 0 0.27 295.71 0.23 0.64
Hex B6 8F B9 2 17 0 1B 128 17 40
Octal 266 217 271 2 27 0 33 450 27 100
Binary 10110110 10001111 10111001 10 10111 0 11011 100101000 10111 1000000

Color Harmonies of #B68FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FB9

Black with #B68FB9

Text Example


Text Example

White with #B68FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FB9; }

 p { color: rgb(182,143,185); }

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

background-color css

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

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

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

border-color css

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

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

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