Html Css Color HEX #BF9BCC Wisteria

📋 copy color: '#BF9BCC'

red 191 ◦ green 155 ◦ blue 204

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

Shades of Wisteria #BF9BCC

Tints of Wisteria #BF9BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 34.73%
G = 28.18%
B = 37.09%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF9BCC (or 0xBF9BCC) is known color: Wisteria. HEX triplet: BF, 9B and CC. RGB value is (191,155,204). Sum of RGB (Red+Green+Blue) = 191+155+204=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF9BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BCC is #406433. Grayscale: #ABABAB. Windows color (decimal): -4219956 or 13409215. OLE color: 13409215.

HSL color Cylindrical-coordinate representation of color #BF9BCC: hue angle of 284.08º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BF9BCC is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 155 204 -
CMYK 0.06 0.24 0 0.2
HSL 284.08º 0.32% 0.7% -
HSV(B) 284.08º 0.24% 0.8% -
XYZ 44.11 38.88 62.31 -
YUV 171.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 191 155 204 0.06 0.24 0 0.2 284.08 0.32 0.7
Hex BF 9B CC 6 18 0 14 11C 20 46
Octal 277 233 314 6 30 0 24 434 40 106
Binary 10111111 10011011 11001100 110 11000 0 10100 100011100 100000 1000110

Color Harmonies of #BF9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9BCC

Black with #BF9BCC

Text Example


Text Example

White with #BF9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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