Html Css Color HEX #BC97C9 Wisteria

📋 copy color: '#BC97C9'

red 188 ◦ green 151 ◦ blue 201

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

Shades of Wisteria #BC97C9

Tints of Wisteria #BC97C9

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.96%

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

R = 34.81%
G = 27.96%
B = 37.22%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC97C9 (or 0xBC97C9) is known color: Wisteria. HEX triplet: BC, 97 and C9. RGB value is (188,151,201). Sum of RGB (Red+Green+Blue) = 188+151+201=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC97C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97C9 is #436836. Grayscale: #A7A7A7. Windows color (decimal): -4417591 or 13211580. OLE color: 13211580.

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

Color convert

RGB 188 151 201 -
CMYK 0.06 0.25 0 0.21
HSL 284.4º 0.32% 0.69% -
HSV(B) 284.4º 0.25% 0.79% -
XYZ 42.35 37.04 60.18 -
YUV 167.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 188 151 201 0.06 0.25 0 0.21 284.4 0.32 0.69
Hex BC 97 C9 6 19 0 15 11C 20 45
Octal 274 227 311 6 31 0 25 434 40 105
Binary 10111100 10010111 11001001 110 11001 0 10101 100011100 100000 1000101

Color Harmonies of #BC97C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC97C9

Black with #BC97C9

Text Example


Text Example

White with #BC97C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC97C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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