#BF99D4

Color #BF99D4 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BF99D4

Tints of Wisteria #BF99D4

Color information

#BF99D4 (or 0xBF99D4) is unknown color: approx Wisteria. HEX triplet: BF, 99 and D4. RGB value is (191,153,212). Sum of RGB (Red+Green+Blue) = 191+153+212=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF99D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99D4 is #40662B. Grayscale: #AAAAAA. Windows color (decimal): -4220460 or 13932991. OLE color: 13932991.

HSL color Cylindrical-coordinate representation of color #BF99D4: hue angle of 278.64º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BF99D4 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB191153212-
CMYK0.100.2800.17
HSL278.64º40.69%71.57%-
HSV(B)278.64º27.83%83.14%-
XYZ44.7638.6167.38-
YUV171.09151.09142.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.35%
GREEN value IS 153 (60.16% from 255) = 27.52%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=34.35%
G=27.52%
B=38.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1911532120.100.2800.17278.6440.6971.57
HexBF99D4A1C0111172948
Octal277231324123402142751110
Binary1011111110011001110101001010111000100011000101111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF99D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF99D4; }

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

 H1.HeaderClassName
 {
   color: #BF99D4;
 }
 .AnyTagClassName
 {
   color: #BF99D4;
 }
</style>
background-color css

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

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

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

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

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

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