Html Css Color HEX #BB99C8 Wisteria

📋 copy color: '#BB99C8'

red 187 ◦ green 153 ◦ blue 200

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

Shades of Wisteria #BB99C8

Tints of Wisteria #BB99C8

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.33%

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 34.63%
G = 28.33%
B = 37.04%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB99C8 (or 0xBB99C8) is known color: Wisteria. HEX triplet: BB, 99 and C8. RGB value is (187,153,200). Sum of RGB (Red+Green+Blue) = 187+153+200=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB99C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99C8 is #446637. Grayscale: #A8A8A8. Windows color (decimal): -4482616 or 13146555. OLE color: 13146555.

HSL color Cylindrical-coordinate representation of color #BB99C8: hue angle of 283.4º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BB99C8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 153 200 -
CMYK 0.06 0.24 0 0.22
HSL 283.4º 0.3% 0.69% -
HSV(B) 283.4º 0.24% 0.78% -
XYZ 42.31 37.52 59.66 -
YUV 168.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 187 153 200 0.06 0.24 0 0.22 283.4 0.3 0.69
Hex BB 99 C8 6 18 0 16 11B 1E 45
Octal 273 231 310 6 30 0 26 433 36 105
Binary 10111011 10011001 11001000 110 11000 0 10110 100011011 11110 1000101

Color Harmonies of #BB99C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99C8

Black with #BB99C8

Text Example


Text Example

White with #BB99C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99C8; }

 p { color: rgb(187,153,200); }

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

background-color css

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

 a { background-color: rgb(187,153,200); }

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

border-color css

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

 span { border-color: rgb(187,153,200); }

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