Html Css Color HEX #BF96CB Wisteria

📋 copy color: '#BF96CB'

red 191 ◦ green 150 ◦ blue 203

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

Shades of Wisteria #BF96CB

Tints of Wisteria #BF96CB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.57%

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

R = 35.11%
G = 27.57%
B = 37.32%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF96CB (or 0xBF96CB) is known color: Wisteria. HEX triplet: BF, 96 and CB. RGB value is (191,150,203). Sum of RGB (Red+Green+Blue) = 191+150+203=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF96CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96CB is #406934. Grayscale: #A8A8A8. Windows color (decimal): -4221237 or 13342399. OLE color: 13342399.

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

Color convert

RGB 191 150 203 -
CMYK 0.06 0.26 0 0.20
HSL 286.42º 0.34% 0.69% -
HSV(B) 286.42º 0.26% 0.8% -
XYZ 43.17 37.2 61.41 -
YUV 168.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 191 150 203 0.06 0.26 0 0.20 286.42 0.34 0.69
Hex BF 96 CB 6 1A 0 14 11E 22 45
Octal 277 226 313 6 32 0 24 436 42 105
Binary 10111111 10010110 11001011 110 11010 0 10100 100011110 100010 1000101

Color Harmonies of #BF96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96CB

Black with #BF96CB

Text Example


Text Example

White with #BF96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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