Html Css Color HEX #BD98CB Wisteria

📋 copy color: '#BD98CB'

red 189 ◦ green 152 ◦ blue 203

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

Shades of Wisteria #BD98CB

Tints of Wisteria #BD98CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.32%

R = 34.74%
G = 27.94%
B = 37.32%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD98CB (or 0xBD98CB) is known color: Wisteria. HEX triplet: BD, 98 and CB. RGB value is (189,152,203). Sum of RGB (Red+Green+Blue) = 189+152+203=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 152 (59.77% from 255 or 27.94% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD98CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98CB is #426734. Grayscale: #A8A8A8. Windows color (decimal): -4351797 or 13342909. OLE color: 13342909.

HSL color Cylindrical-coordinate representation of color #BD98CB: hue angle of 283.53º degrees, saturation: 0.33, 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 #BD98CB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 152 203 -
CMYK 0.07 0.25 0 0.20
HSL 283.53º 0.33% 0.7% -
HSV(B) 283.53º 0.25% 0.8% -
XYZ 42.99 37.59 61.49 -
YUV 168.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 189 152 203 0.07 0.25 0 0.20 283.53 0.33 0.7
Hex BD 98 CB 7 19 0 14 11C 21 46
Octal 275 230 313 7 31 0 24 434 41 106
Binary 10111101 10011000 11001011 111 11001 0 10100 100011100 100001 1000110

Color Harmonies of #BD98CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD98CB

Black with #BD98CB

Text Example


Text Example

White with #BD98CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD98CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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