Html Css Color HEX #BF90CE Wisteria

📋 copy color: '#BF90CE'

red 191 ◦ green 144 ◦ blue 206

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

Shades of Wisteria #BF90CE

Tints of Wisteria #BF90CE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.62%

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

R = 35.3%
G = 26.62%
B = 38.08%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF90CE (or 0xBF90CE) is known color: Wisteria. HEX triplet: BF, 90 and CE. RGB value is (191,144,206). Sum of RGB (Red+Green+Blue) = 191+144+206=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF90CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF90CE is #406F31. Grayscale: #A4A4A4. Windows color (decimal): -4222770 or 13537471. OLE color: 13537471.

HSL color Cylindrical-coordinate representation of color #BF90CE: hue angle of 285.48º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF90CE is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 144 206 -
CMYK 0.07 0.30 0 0.19
HSL 285.48º 0.39% 0.69% -
HSV(B) 285.48º 0.3% 0.81% -
XYZ 42.6 35.48 63 -
YUV 165.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 191 144 206 0.07 0.30 0 0.19 285.48 0.39 0.69
Hex BF 90 CE 7 1E 0 13 11D 27 45
Octal 277 220 316 7 36 0 23 435 47 105
Binary 10111111 10010000 11001110 111 11110 0 10011 100011101 100111 1000101

Color Harmonies of #BF90CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF90CE

Black with #BF90CE

Text Example


Text Example

White with #BF90CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF90CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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