Html Css Color HEX #BFA0CB Wisteria

📋 copy color: '#BFA0CB'

red 191 ◦ green 160 ◦ blue 203

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

Shades of Wisteria #BFA0CB

Tints of Wisteria #BFA0CB

RGB

 RED value IS 191 (75% from 255) = 34.48%

 GREEN value IS 160 (62.89% from 255) = 28.88%

 BLUE value IS 203 (79.69% from 255) = 36.64%

R = 34.48%
G = 28.88%
B = 36.64%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BFA0CB (or 0xBFA0CB) is known color: Wisteria. HEX triplet: BF, A0 and CB. RGB value is (191,160,203). Sum of RGB (Red+Green+Blue) = 191+160+203=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFA0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA0CB is #405F34. Grayscale: #AEAEAE. Windows color (decimal): -4218677 or 13344959. OLE color: 13344959.

HSL color Cylindrical-coordinate representation of color #BFA0CB: hue angle of 283.26º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFA0CB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 160 203 -
CMYK 0.06 0.21 0 0.20
HSL 283.26º 0.29% 0.71% -
HSV(B) 283.26º 0.21% 0.8% -
XYZ 44.84 40.53 61.96 -
YUV 174.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 191 160 203 0.06 0.21 0 0.20 283.26 0.29 0.71
Hex BF A0 CB 6 15 0 14 11B 1D 47
Octal 277 240 313 6 25 0 24 433 35 107
Binary 10111111 10100000 11001011 110 10101 0 10100 100011011 11101 1000111

Color Harmonies of #BFA0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA0CB

Black with #BFA0CB

Text Example


Text Example

White with #BFA0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA0CB; }

 p { color: rgb(191,160,203); }

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

background-color css

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

 a { background-color: rgb(191,160,203); }

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

border-color css

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

 span { border-color: rgb(191,160,203); }

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