Html Css Color HEX #BB99CC Wisteria

📋 copy color: '#BB99CC'

red 187 ◦ green 153 ◦ blue 204

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

Shades of Wisteria #BB99CC

Tints of Wisteria #BB99CC

RGB

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

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

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

R = 34.38%
G = 28.13%
B = 37.5%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB99CC (or 0xBB99CC) is known color: Wisteria. HEX triplet: BB, 99 and CC. RGB value is (187,153,204). Sum of RGB (Red+Green+Blue) = 187+153+204=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99CC is #446633. Grayscale: #A8A8A8. Windows color (decimal): -4482612 or 13408699. OLE color: 13408699.

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

Color convert

RGB 187 153 204 -
CMYK 0.08 0.25 0 0.2
HSL 280º 0.33% 0.7% -
HSV(B) 280º 0.25% 0.8% -
XYZ 42.78 37.71 62.15 -
YUV 168.98 147.76 140.85 -
System Red Green Blue C M Y K H S L
Decimal 187 153 204 0.08 0.25 0 0.2 280 0.33 0.7
Hex BB 99 CC 8 19 0 14 118 21 46
Octal 273 231 314 10 31 0 24 430 41 106
Binary 10111011 10011001 11001100 1000 11001 0 10100 100011000 100001 1000110

Color Harmonies of #BB99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99CC

Black with #BB99CC

Text Example


Text Example

White with #BB99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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