Html Css Color HEX #BF99CB Wisteria

📋 copy color: '#BF99CB'

red 191 ◦ green 153 ◦ blue 203

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

Shades of Wisteria #BF99CB

Tints of Wisteria #BF99CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 34.92%
G = 27.97%
B = 37.11%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF99CB (or 0xBF99CB) is known color: Wisteria. HEX triplet: BF, 99 and CB. RGB value is (191,153,203). Sum of RGB (Red+Green+Blue) = 191+153+203=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99CB is #406634. Grayscale: #A9A9A9. Windows color (decimal): -4220469 or 13343167. OLE color: 13343167.

HSL color Cylindrical-coordinate representation of color #BF99CB: hue angle of 285.6º degrees, saturation: 0.32, 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 #BF99CB is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 153 203 -
CMYK 0.06 0.25 0 0.20
HSL 285.6º 0.32% 0.7% -
HSV(B) 285.6º 0.25% 0.8% -
XYZ 43.66 38.17 61.57 -
YUV 170.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 191 153 203 0.06 0.25 0 0.20 285.6 0.32 0.7
Hex BF 99 CB 6 19 0 14 11E 20 46
Octal 277 231 313 6 31 0 24 436 40 106
Binary 10111111 10011001 11001011 110 11001 0 10100 100011110 100000 1000110

Color Harmonies of #BF99CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99CB

Black with #BF99CB

Text Example


Text Example

White with #BF99CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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