Html Css Color HEX #BF9BCE Wisteria

📋 copy color: '#BF9BCE'

red 191 ◦ green 155 ◦ blue 206

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

Shades of Wisteria #BF9BCE

Tints of Wisteria #BF9BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.08%

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

R = 34.6%
G = 28.08%
B = 37.32%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF9BCE (or 0xBF9BCE) is known color: Wisteria. HEX triplet: BF, 9B and CE. RGB value is (191,155,206). Sum of RGB (Red+Green+Blue) = 191+155+206=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF9BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BCE is #406431. Grayscale: #ABABAB. Windows color (decimal): -4219954 or 13540287. OLE color: 13540287.

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

Color convert

RGB 191 155 206 -
CMYK 0.07 0.25 0 0.19
HSL 282.35º 0.34% 0.71% -
HSV(B) 282.35º 0.25% 0.81% -
XYZ 44.35 38.98 63.58 -
YUV 171.58 147.43 141.85 -
System Red Green Blue C M Y K H S L
Decimal 191 155 206 0.07 0.25 0 0.19 282.35 0.34 0.71
Hex BF 9B CE 7 19 0 13 11A 22 47
Octal 277 233 316 7 31 0 23 432 42 107
Binary 10111111 10011011 11001110 111 11001 0 10011 100011010 100010 1000111

Color Harmonies of #BF9BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9BCE

Black with #BF9BCE

Text Example


Text Example

White with #BF9BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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