Html Css Color HEX #BF99D0 Wisteria

📋 copy color: '#BF99D0'

red 191 ◦ green 153 ◦ blue 208

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

Shades of Wisteria #BF99D0

Tints of Wisteria #BF99D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 34.6%
G = 27.72%
B = 37.68%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF99D0 (or 0xBF99D0) is known color: Wisteria. HEX triplet: BF, 99 and D0. RGB value is (191,153,208). Sum of RGB (Red+Green+Blue) = 191+153+208=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99D0 is #40662F. Grayscale: #AAAAAA. Windows color (decimal): -4220464 or 13670847. OLE color: 13670847.

HSL color Cylindrical-coordinate representation of color #BF99D0: hue angle of 281.45º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BF99D0 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 153 208 -
CMYK 0.08 0.26 0 0.18
HSL 281.45º 0.37% 0.71% -
HSV(B) 281.45º 0.26% 0.82% -
XYZ 44.26 38.41 64.76 -
YUV 170.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 191 153 208 0.08 0.26 0 0.18 281.45 0.37 0.71
Hex BF 99 D0 8 1A 0 12 119 25 47
Octal 277 231 320 10 32 0 22 431 45 107
Binary 10111111 10011001 11010000 1000 11010 0 10010 100011001 100101 1000111

Color Harmonies of #BF99D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99D0

Black with #BF99D0

Text Example


Text Example

White with #BF99D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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