Html Css Color HEX #BF99CE Wisteria

📋 copy color: '#BF99CE'

red 191 ◦ green 153 ◦ blue 206

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

Shades of Wisteria #BF99CE

Tints of Wisteria #BF99CE

RGB

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

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

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

R = 34.73%
G = 27.82%
B = 37.45%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF99CE (or 0xBF99CE) is known color: Wisteria. HEX triplet: BF, 99 and CE. RGB value is (191,153,206). Sum of RGB (Red+Green+Blue) = 191+153+206=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99CE is #406631. Grayscale: #AAAAAA. Windows color (decimal): -4220466 or 13539775. OLE color: 13539775.

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

Color convert

RGB 191 153 206 -
CMYK 0.07 0.26 0 0.19
HSL 283.02º 0.35% 0.7% -
HSV(B) 283.02º 0.26% 0.81% -
XYZ 44.02 38.32 63.47 -
YUV 170.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 191 153 206 0.07 0.26 0 0.19 283.02 0.35 0.7
Hex BF 99 CE 7 1A 0 13 11B 23 46
Octal 277 231 316 7 32 0 23 433 43 106
Binary 10111111 10011001 11001110 111 11010 0 10011 100011011 100011 1000110

Color Harmonies of #BF99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99CE

Black with #BF99CE

Text Example


Text Example

White with #BF99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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