Html Css Color HEX #BF99DC Wisteria

📋 copy color: '#BF99DC'

red 191 ◦ green 153 ◦ blue 220

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

Shades of Wisteria #BF99DC

Tints of Wisteria #BF99DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.13%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 33.87%
G = 27.13%
B = 39.01%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF99DC (or 0xBF99DC) is known color: Wisteria. HEX triplet: BF, 99 and DC. RGB value is (191,153,220). Sum of RGB (Red+Green+Blue) = 191+153+220=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99DC is #406623. Grayscale: #ABABAB. Windows color (decimal): -4220452 or 14457279. OLE color: 14457279.

HSL color Cylindrical-coordinate representation of color #BF99DC: hue angle of 274.03º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF99DC is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 153 220 -
CMYK 0.13 0.30 0 0.14
HSL 274.03º 0.49% 0.73% -
HSV(B) 274.03º 0.3% 0.86% -
XYZ 45.8 39.03 72.83 -
YUV 172 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 191 153 220 0.13 0.30 0 0.14 274.03 0.49 0.73
Hex BF 99 DC D 1E 0 E 112 31 49
Octal 277 231 334 15 36 0 16 422 61 111
Binary 10111111 10011001 11011100 1101 11110 0 1110 100010010 110001 1001001

Color Harmonies of #BF99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99DC

Black with #BF99DC

Text Example


Text Example

White with #BF99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99DC; }

 p { color: rgb(191,153,220); }

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

background-color css

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

 a { background-color: rgb(191,153,220); }

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

border-color css

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

 span { border-color: rgb(191,153,220); }

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