Html Css Color HEX #BD98CC Wisteria

📋 copy color: '#BD98CC'

red 189 ◦ green 152 ◦ blue 204

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

Shades of Wisteria #BD98CC

Tints of Wisteria #BD98CC

RGB

 RED value IS 189 (74.22% from 255) = 34.68%

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

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 34.68%
G = 27.89%
B = 37.43%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD98CC (or 0xBD98CC) is known color: Wisteria. HEX triplet: BD, 98 and CC. RGB value is (189,152,204). Sum of RGB (Red+Green+Blue) = 189+152+204=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD98CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98CC is #426733. Grayscale: #A8A8A8. Windows color (decimal): -4351796 or 13408445. OLE color: 13408445.

HSL color Cylindrical-coordinate representation of color #BD98CC: hue angle of 282.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD98CC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 152 204 -
CMYK 0.07 0.25 0 0.2
HSL 282.69º 0.34% 0.7% -
HSV(B) 282.69º 0.25% 0.8% -
XYZ 43.11 37.63 62.12 -
YUV 168.99 147.76 142.27 -
System Red Green Blue C M Y K H S L
Decimal 189 152 204 0.07 0.25 0 0.2 282.69 0.34 0.7
Hex BD 98 CC 7 19 0 14 11B 22 46
Octal 275 230 314 7 31 0 24 433 42 106
Binary 10111101 10011000 11001100 111 11001 0 10100 100011011 100010 1000110

Color Harmonies of #BD98CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98CC

Black with #BD98CC

Text Example


Text Example

White with #BD98CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98CC; }

 p { color: rgb(189,152,204); }

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

background-color css

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

 a { background-color: rgb(189,152,204); }

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

border-color css

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

 span { border-color: rgb(189,152,204); }

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