Html Css Color HEX #BC9EC9 Wisteria

📋 copy color: '#BC9EC9'

red 188 ◦ green 158 ◦ blue 201

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

Shades of Wisteria #BC9EC9

Tints of Wisteria #BC9EC9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.88%

 BLUE value IS 201 (78.91% from 255) = 36.75%

R = 34.37%
G = 28.88%
B = 36.75%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC9EC9 (or 0xBC9EC9) is known color: Wisteria. HEX triplet: BC, 9E and C9. RGB value is (188,158,201). Sum of RGB (Red+Green+Blue) = 188+158+201=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC9EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EC9 is #436136. Grayscale: #ABABAB. Windows color (decimal): -4415799 or 13213372. OLE color: 13213372.

HSL color Cylindrical-coordinate representation of color #BC9EC9: hue angle of 281.86º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC9EC9 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 158 201 -
CMYK 0.06 0.21 0 0.21
HSL 281.86º 0.28% 0.7% -
HSV(B) 281.86º 0.21% 0.79% -
XYZ 43.51 39.36 60.56 -
YUV 171.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 188 158 201 0.06 0.21 0 0.21 281.86 0.28 0.7
Hex BC 9E C9 6 15 0 15 11A 1C 46
Octal 274 236 311 6 25 0 25 432 34 106
Binary 10111100 10011110 11001001 110 10101 0 10101 100011010 11100 1000110

Color Harmonies of #BC9EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EC9

Black with #BC9EC9

Text Example


Text Example

White with #BC9EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EC9; }

 p { color: rgb(188,158,201); }

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

background-color css

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

 a { background-color: rgb(188,158,201); }

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

border-color css

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

 span { border-color: rgb(188,158,201); }

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