Html Css Color HEX #BF98E0 Wisteria

📋 copy color: '#BF98E0'

red 191 ◦ green 152 ◦ blue 224

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

Shades of Wisteria #BF98E0

Tints of Wisteria #BF98E0

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.81%

 BLUE value IS 224 (87.89% from 255) = 39.51%

R = 33.69%
G = 26.81%
B = 39.51%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF98E0 (or 0xBF98E0) is known color: Wisteria. HEX triplet: BF, 98 and E0. RGB value is (191,152,224). Sum of RGB (Red+Green+Blue) = 191+152+224=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF98E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF98E0 is #40671F. Grayscale: #ABABAB. Windows color (decimal): -4220704 or 14719167. OLE color: 14719167.

HSL color Cylindrical-coordinate representation of color #BF98E0: hue angle of 272.5º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BF98E0 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 152 224 -
CMYK 0.15 0.32 0 0.12
HSL 272.5º 0.54% 0.74% -
HSV(B) 272.5º 0.32% 0.88% -
XYZ 46.17 38.91 75.6 -
YUV 171.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 191 152 224 0.15 0.32 0 0.12 272.5 0.54 0.74
Hex BF 98 E0 F 20 0 C 110 36 4A
Octal 277 230 340 17 40 0 14 420 66 112
Binary 10111111 10011000 11100000 1111 100000 0 1100 100010000 110110 1001010

Color Harmonies of #BF98E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98E0

Black with #BF98E0

Text Example


Text Example

White with #BF98E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98E0; }

 p { color: rgb(191,152,224); }

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

background-color css

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

 a { background-color: rgb(191,152,224); }

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

border-color css

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

 span { border-color: rgb(191,152,224); }

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