Html Css Color HEX #BF99D9 Wisteria

📋 copy color: '#BF99D9'

red 191 ◦ green 153 ◦ blue 217

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

Shades of Wisteria #BF99D9

Tints of Wisteria #BF99D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.68%

R = 34.05%
G = 27.27%
B = 38.68%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF99D9 (or 0xBF99D9) is known color: Wisteria. HEX triplet: BF, 99 and D9. RGB value is (191,153,217). Sum of RGB (Red+Green+Blue) = 191+153+217=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 217 (85.16% from 255 or 38.68% from 561); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99D9 is #406626. Grayscale: #ABABAB. Windows color (decimal): -4220455 or 14260671. OLE color: 14260671.

HSL color Cylindrical-coordinate representation of color #BF99D9: hue angle of 275.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BF99D9 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 153 217 -
CMYK 0.12 0.29 0 0.15
HSL 275.63º 0.46% 0.73% -
HSV(B) 275.63º 0.29% 0.85% -
XYZ 45.4 38.87 70.76 -
YUV 171.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 191 153 217 0.12 0.29 0 0.15 275.63 0.46 0.73
Hex BF 99 D9 C 1D 0 F 114 2E 49
Octal 277 231 331 14 35 0 17 424 56 111
Binary 10111111 10011001 11011001 1100 11101 0 1111 100010100 101110 1001001

Color Harmonies of #BF99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99D9

Black with #BF99D9

Text Example


Text Example

White with #BF99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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