Html Css Color HEX #BC99CD Wisteria

📋 copy color: '#BC99CD'

red 188 ◦ green 153 ◦ blue 205

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

Shades of Wisteria #BC99CD

Tints of Wisteria #BC99CD

RGB

 RED value IS 188 (73.83% from 255) = 34.43%

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 34.43%
G = 28.02%
B = 37.55%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC99CD (or 0xBC99CD) is known color: Wisteria. HEX triplet: BC, 99 and CD. RGB value is (188,153,205). Sum of RGB (Red+Green+Blue) = 188+153+205=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC99CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99CD is #436632. Grayscale: #A9A9A9. Windows color (decimal): -4417075 or 13474236. OLE color: 13474236.

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

Color convert

RGB 188 153 205 -
CMYK 0.08 0.25 0 0.20
HSL 280.38º 0.34% 0.7% -
HSV(B) 280.38º 0.25% 0.8% -
XYZ 43.15 37.88 62.8 -
YUV 169.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 188 153 205 0.08 0.25 0 0.20 280.38 0.34 0.7
Hex BC 99 CD 8 19 0 14 118 22 46
Octal 274 231 315 10 31 0 24 430 42 106
Binary 10111100 10011001 11001101 1000 11001 0 10100 100011000 100010 1000110

Color Harmonies of #BC99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99CD

Black with #BC99CD

Text Example


Text Example

White with #BC99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99CD; }

 p { color: rgb(188,153,205); }

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

background-color css

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

 a { background-color: rgb(188,153,205); }

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

border-color css

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

 span { border-color: rgb(188,153,205); }

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