Html Css Color HEX #B998CD Wisteria

📋 copy color: '#B998CD'

red 185 ◦ green 152 ◦ blue 205

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

Shades of Wisteria #B998CD

Tints of Wisteria #B998CD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.04%

 BLUE value IS 205 (80.47% from 255) = 37.82%

R = 34.13%
G = 28.04%
B = 37.82%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B998CD (or 0xB998CD) is known color: Wisteria. HEX triplet: B9, 98 and CD. RGB value is (185,152,205). Sum of RGB (Red+Green+Blue) = 185+152+205=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #B998CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B998CD is #466732. Grayscale: #A7A7A7. Windows color (decimal): -4613939 or 13473977. OLE color: 13473977.

HSL color Cylindrical-coordinate representation of color #B998CD: hue angle of 277.36º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B998CD is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 152 205 -
CMYK 0.10 0.26 0 0.20
HSL 277.36º 0.35% 0.7% -
HSV(B) 277.36º 0.26% 0.8% -
XYZ 42.26 37.18 62.71 -
YUV 167.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 185 152 205 0.10 0.26 0 0.20 277.36 0.35 0.7
Hex B9 98 CD A 1A 0 14 115 23 46
Octal 271 230 315 12 32 0 24 425 43 106
Binary 10111001 10011000 11001101 1010 11010 0 10100 100010101 100011 1000110

Color Harmonies of #B998CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B998CD

Black with #B998CD

Text Example


Text Example

White with #B998CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B998CD; }

 p { color: rgb(185,152,205); }

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

background-color css

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

 a { background-color: rgb(185,152,205); }

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

border-color css

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

 span { border-color: rgb(185,152,205); }

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