Html Css Color HEX #BFA5CC Wisteria

📋 copy color: '#BFA5CC'

red 191 ◦ green 165 ◦ blue 204

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

Shades of Wisteria #BFA5CC

Tints of Wisteria #BFA5CC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.46%

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

R = 34.11%
G = 29.46%
B = 36.43%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFA5CC (or 0xBFA5CC) is known color: Wisteria. HEX triplet: BF, A5 and CC. RGB value is (191,165,204). Sum of RGB (Red+Green+Blue) = 191+165+204=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFA5CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFA5CC is #405A33. Grayscale: #B1B1B1. Windows color (decimal): -4217396 or 13411775. OLE color: 13411775.

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

Color convert

RGB 191 165 204 -
CMYK 0.06 0.19 0 0.2
HSL 280º 0.28% 0.72% -
HSV(B) 280º 0.19% 0.8% -
XYZ 45.84 42.35 62.88 -
YUV 177.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 191 165 204 0.06 0.19 0 0.2 280 0.28 0.72
Hex BF A5 CC 6 13 0 14 118 1C 48
Octal 277 245 314 6 23 0 24 430 34 110
Binary 10111111 10100101 11001100 110 10011 0 10100 100011000 11100 1001000

Color Harmonies of #BFA5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA5CC

Black with #BFA5CC

Text Example


Text Example

White with #BFA5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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