Html Css Color HEX #BD99CC Wisteria

📋 copy color: '#BD99CC'

red 189 ◦ green 153 ◦ blue 204

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

Shades of Wisteria #BD99CC

Tints of Wisteria #BD99CC

RGB

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

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

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

R = 34.62%
G = 28.02%
B = 37.36%

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

#BD99CC (or 0xBD99CC) is known color: Wisteria. HEX triplet: BD, 99 and CC. RGB value is (189,153,204). Sum of RGB (Red+Green+Blue) = 189+153+204=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD99CC is #426633. Grayscale: #A9A9A9. Windows color (decimal): -4351540 or 13408701. OLE color: 13408701.

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

Color convert

RGB 189 153 204 -
CMYK 0.07 0.25 0 0.2
HSL 282.35º 0.33% 0.7% -
HSV(B) 282.35º 0.25% 0.8% -
XYZ 43.28 37.96 62.17 -
YUV 169.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 189 153 204 0.07 0.25 0 0.2 282.35 0.33 0.7
Hex BD 99 CC 7 19 0 14 11A 21 46
Octal 275 231 314 7 31 0 24 432 41 106
Binary 10111101 10011001 11001100 111 11001 0 10100 100011010 100001 1000110

Color Harmonies of #BD99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD99CC

Black with #BD99CC

Text Example


Text Example

White with #BD99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD99CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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