Html Css Color HEX #BC97CC Wisteria

📋 copy color: '#BC97CC'

red 188 ◦ green 151 ◦ blue 204

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

Shades of Wisteria #BC97CC

Tints of Wisteria #BC97CC

RGB

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

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

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

R = 34.62%
G = 27.81%
B = 37.57%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC97CC (or 0xBC97CC) is known color: Wisteria. HEX triplet: BC, 97 and CC. RGB value is (188,151,204). Sum of RGB (Red+Green+Blue) = 188+151+204=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC97CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97CC is #436833. Grayscale: #A7A7A7. Windows color (decimal): -4417588 or 13408188. OLE color: 13408188.

HSL color Cylindrical-coordinate representation of color #BC97CC: hue angle of 281.89º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC97CC is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 151 204 -
CMYK 0.08 0.26 0 0.2
HSL 281.89º 0.34% 0.7% -
HSV(B) 281.89º 0.26% 0.8% -
XYZ 42.7 37.18 62.05 -
YUV 168.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 188 151 204 0.08 0.26 0 0.2 281.89 0.34 0.7
Hex BC 97 CC 8 1A 0 14 11A 22 46
Octal 274 227 314 10 32 0 24 432 42 106
Binary 10111100 10010111 11001100 1000 11010 0 10100 100011010 100010 1000110

Color Harmonies of #BC97CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC97CC

Black with #BC97CC

Text Example


Text Example

White with #BC97CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC97CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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