Html Css Color HEX #BF99CC Wisteria

📋 copy color: '#BF99CC'

red 191 ◦ green 153 ◦ blue 204

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

Shades of Wisteria #BF99CC

Tints of Wisteria #BF99CC

RGB

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

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

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

R = 34.85%
G = 27.92%
B = 37.23%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF99CC (or 0xBF99CC) is known color: Wisteria. HEX triplet: BF, 99 and CC. RGB value is (191,153,204). Sum of RGB (Red+Green+Blue) = 191+153+204=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99CC is #406633. Grayscale: #AAAAAA. Windows color (decimal): -4220468 or 13408703. OLE color: 13408703.

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

Color convert

RGB 191 153 204 -
CMYK 0.06 0.25 0 0.2
HSL 284.71º 0.33% 0.7% -
HSV(B) 284.71º 0.25% 0.8% -
XYZ 43.78 38.22 62.2 -
YUV 170.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 191 153 204 0.06 0.25 0 0.2 284.71 0.33 0.7
Hex BF 99 CC 6 19 0 14 11D 21 46
Octal 277 231 314 6 31 0 24 435 41 106
Binary 10111111 10011001 11001100 110 11001 0 10100 100011101 100001 1000110

Color Harmonies of #BF99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99CC

Black with #BF99CC

Text Example


Text Example

White with #BF99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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