Html Css Color HEX #BD98CE Wisteria

📋 copy color: '#BD98CE'

red 189 ◦ green 152 ◦ blue 206

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

Shades of Wisteria #BD98CE

Tints of Wisteria #BD98CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 34.55%
G = 27.79%
B = 37.66%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD98CE (or 0xBD98CE) is known color: Wisteria. HEX triplet: BD, 98 and CE. RGB value is (189,152,206). Sum of RGB (Red+Green+Blue) = 189+152+206=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD98CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98CE is #426731. Grayscale: #A9A9A9. Windows color (decimal): -4351794 or 13539517. OLE color: 13539517.

HSL color Cylindrical-coordinate representation of color #BD98CE: hue angle of 281.11º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD98CE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 152 206 -
CMYK 0.08 0.26 0 0.19
HSL 281.11º 0.36% 0.7% -
HSV(B) 281.11º 0.26% 0.81% -
XYZ 43.36 37.73 63.39 -
YUV 169.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 189 152 206 0.08 0.26 0 0.19 281.11 0.36 0.7
Hex BD 98 CE 8 1A 0 13 119 24 46
Octal 275 230 316 10 32 0 23 431 44 106
Binary 10111101 10011000 11001110 1000 11010 0 10011 100011001 100100 1000110

Color Harmonies of #BD98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98CE

Black with #BD98CE

Text Example


Text Example

White with #BD98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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