Html Css Color HEX #BB98CF Wisteria

📋 copy color: '#BB98CF'

red 187 ◦ green 152 ◦ blue 207

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

Shades of Wisteria #BB98CF

Tints of Wisteria #BB98CF

RGB

 RED value IS 187 (73.44% from 255) = 34.25%

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

 BLUE value IS 207 (81.25% from 255) = 37.91%

R = 34.25%
G = 27.84%
B = 37.91%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB98CF (or 0xBB98CF) is known color: Wisteria. HEX triplet: BB, 98 and CF. RGB value is (187,152,207). Sum of RGB (Red+Green+Blue) = 187+152+207=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB98CF is #446730. Grayscale: #A8A8A8. Windows color (decimal): -4482865 or 13605051. OLE color: 13605051.

HSL color Cylindrical-coordinate representation of color #BB98CF: hue angle of 278.18º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB98CF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 152 207 -
CMYK 0.10 0.27 0 0.19
HSL 278.18º 0.36% 0.7% -
HSV(B) 278.18º 0.27% 0.81% -
XYZ 42.98 37.53 64.01 -
YUV 168.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 187 152 207 0.10 0.27 0 0.19 278.18 0.36 0.7
Hex BB 98 CF A 1B 0 13 116 24 46
Octal 273 230 317 12 33 0 23 426 44 106
Binary 10111011 10011000 11001111 1010 11011 0 10011 100010110 100100 1000110

Color Harmonies of #BB98CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB98CF

Black with #BB98CF

Text Example


Text Example

White with #BB98CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB98CF; }

 p { color: rgb(187,152,207); }

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

background-color css

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

 a { background-color: rgb(187,152,207); }

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

border-color css

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

 span { border-color: rgb(187,152,207); }

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