Html Css Color HEX #B98CBC London Hue

📋 copy color: '#B98CBC'

red 185 ◦ green 140 ◦ blue 188

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

Shades of London Hue #B98CBC

Tints of London Hue #B98CBC

RGB

 RED value IS 185 (72.66% from 255) = 36.06%

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

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 36.06%
G = 27.29%
B = 36.65%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B98CBC (or 0xB98CBC) is known color: London Hue. HEX triplet: B9, 8C and BC. RGB value is (185,140,188). Sum of RGB (Red+Green+Blue) = 185+140+188=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #B98CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CBC is #467343. Grayscale: #9E9E9E. Windows color (decimal): -4617028 or 12356793. OLE color: 12356793.

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

Color convert

RGB 185 140 188 -
CMYK 0.02 0.26 0 0.26
HSL 296.25º 0.26% 0.64% -
HSV(B) 296.25º 0.26% 0.74% -
XYZ 38.46 32.7 51.86 -
YUV 158.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 185 140 188 0.02 0.26 0 0.26 296.25 0.26 0.64
Hex B9 8C BC 2 1A 0 1A 128 1A 40
Octal 271 214 274 2 32 0 32 450 32 100
Binary 10111001 10001100 10111100 10 11010 0 11010 100101000 11010 1000000

Color Harmonies of #B98CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CBC

Black with #B98CBC

Text Example


Text Example

White with #B98CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CBC; }

 p { color: rgb(185,140,188); }

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

background-color css

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

 a { background-color: rgb(185,140,188); }

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

border-color css

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

 span { border-color: rgb(185,140,188); }

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