Html Css Color HEX #BCA1CA Wisteria

📋 copy color: '#BCA1CA'

red 188 ◦ green 161 ◦ blue 202

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

Shades of Wisteria #BCA1CA

Tints of Wisteria #BCA1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.22%

 BLUE value IS 202 (79.3% from 255) = 36.66%

R = 34.12%
G = 29.22%
B = 36.66%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCA1CA (or 0xBCA1CA) is known color: Wisteria. HEX triplet: BC, A1 and CA. RGB value is (188,161,202). Sum of RGB (Red+Green+Blue) = 188+161+202=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1CA is #435E35. Grayscale: #ADADAD. Windows color (decimal): -4415030 or 13279676. OLE color: 13279676.

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

Color convert

RGB 188 161 202 -
CMYK 0.07 0.20 0 0.21
HSL 279.51º 0.28% 0.71% -
HSV(B) 279.51º 0.2% 0.79% -
XYZ 44.14 40.45 61.36 -
YUV 173.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 188 161 202 0.07 0.20 0 0.21 279.51 0.28 0.71
Hex BC A1 CA 7 14 0 15 118 1C 47
Octal 274 241 312 7 24 0 25 430 34 107
Binary 10111100 10100001 11001010 111 10100 0 10101 100011000 11100 1000111

Color Harmonies of #BCA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA1CA

Black with #BCA1CA

Text Example


Text Example

White with #BCA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA1CA; }

 p { color: rgb(188,161,202); }

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

background-color css

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

 a { background-color: rgb(188,161,202); }

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

border-color css

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

 span { border-color: rgb(188,161,202); }

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