Html Css Color HEX #BF96CE Wisteria

📋 copy color: '#BF96CE'

red 191 ◦ green 150 ◦ blue 206

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

Shades of Wisteria #BF96CE

Tints of Wisteria #BF96CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 34.92%
G = 27.42%
B = 37.66%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF96CE (or 0xBF96CE) is known color: Wisteria. HEX triplet: BF, 96 and CE. RGB value is (191,150,206). Sum of RGB (Red+Green+Blue) = 191+150+206=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF96CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF96CE is #406931. Grayscale: #A8A8A8. Windows color (decimal): -4221234 or 13539007. OLE color: 13539007.

HSL color Cylindrical-coordinate representation of color #BF96CE: hue angle of 283.93º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF96CE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 150 206 -
CMYK 0.07 0.27 0 0.19
HSL 283.93º 0.36% 0.7% -
HSV(B) 283.93º 0.27% 0.81% -
XYZ 43.53 37.35 63.31 -
YUV 168.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 191 150 206 0.07 0.27 0 0.19 283.93 0.36 0.7
Hex BF 96 CE 7 1B 0 13 11C 24 46
Octal 277 226 316 7 33 0 23 434 44 106
Binary 10111111 10010110 11001110 111 11011 0 10011 100011100 100100 1000110

Color Harmonies of #BF96CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96CE

Black with #BF96CE

Text Example


Text Example

White with #BF96CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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