Html Css Color HEX #BD99CE Wisteria

📋 copy color: '#BD99CE'

red 189 ◦ green 153 ◦ blue 206

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

Shades of Wisteria #BD99CE

Tints of Wisteria #BD99CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.92%

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

R = 34.49%
G = 27.92%
B = 37.59%

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

#BD99CE (or 0xBD99CE) is known color: Wisteria. HEX triplet: BD, 99 and CE. RGB value is (189,153,206). Sum of RGB (Red+Green+Blue) = 189+153+206=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99CE is #426631. Grayscale: #A9A9A9. Windows color (decimal): -4351538 or 13539773. OLE color: 13539773.

HSL color Cylindrical-coordinate representation of color #BD99CE: hue angle of 280.75º degrees, saturation: 0.35, 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 #BD99CE is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 153 206 -
CMYK 0.08 0.26 0 0.19
HSL 280.75º 0.35% 0.7% -
HSV(B) 280.75º 0.26% 0.81% -
XYZ 43.52 38.06 63.44 -
YUV 169.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 189 153 206 0.08 0.26 0 0.19 280.75 0.35 0.7
Hex BD 99 CE 8 1A 0 13 119 23 46
Octal 275 231 316 10 32 0 23 431 43 106
Binary 10111101 10011001 11001110 1000 11010 0 10011 100011001 100011 1000110

Color Harmonies of #BD99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99CE

Black with #BD99CE

Text Example


Text Example

White with #BD99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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