Html Css Color HEX #BC94CC Wisteria

📋 copy color: '#BC94CC'

red 188 ◦ green 148 ◦ blue 204

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

Shades of Wisteria #BC94CC

Tints of Wisteria #BC94CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.41%

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

R = 34.81%
G = 27.41%
B = 37.78%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC94CC (or 0xBC94CC) is known color: Wisteria. HEX triplet: BC, 94 and CC. RGB value is (188,148,204). Sum of RGB (Red+Green+Blue) = 188+148+204=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC94CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94CC is #436B33. Grayscale: #A6A6A6. Windows color (decimal): -4418356 or 13407420. OLE color: 13407420.

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

Color convert

RGB 188 148 204 -
CMYK 0.08 0.27 0 0.2
HSL 282.86º 0.35% 0.69% -
HSV(B) 282.86º 0.27% 0.8% -
XYZ 42.23 36.23 61.89 -
YUV 166.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 188 148 204 0.08 0.27 0 0.2 282.86 0.35 0.69
Hex BC 94 CC 8 1B 0 14 11B 23 45
Octal 274 224 314 10 33 0 24 433 43 105
Binary 10111100 10010100 11001100 1000 11011 0 10100 100011011 100011 1000101

Color Harmonies of #BC94CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94CC

Black with #BC94CC

Text Example


Text Example

White with #BC94CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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