Html Css Color HEX #BB99D0 Wisteria

📋 copy color: '#BB99D0'

red 187 ◦ green 153 ◦ blue 208

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

Shades of Wisteria #BB99D0

Tints of Wisteria #BB99D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.96%

R = 34.12%
G = 27.92%
B = 37.96%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB99D0 (or 0xBB99D0) is known color: Wisteria. HEX triplet: BB, 99 and D0. RGB value is (187,153,208). Sum of RGB (Red+Green+Blue) = 187+153+208=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB99D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99D0 is #44662F. Grayscale: #A9A9A9. Windows color (decimal): -4482608 or 13670843. OLE color: 13670843.

HSL color Cylindrical-coordinate representation of color #BB99D0: hue angle of 277.09º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB99D0 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 153 208 -
CMYK 0.10 0.26 0 0.18
HSL 277.09º 0.37% 0.71% -
HSV(B) 277.09º 0.26% 0.82% -
XYZ 43.27 37.9 64.71 -
YUV 169.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 187 153 208 0.10 0.26 0 0.18 277.09 0.37 0.71
Hex BB 99 D0 A 1A 0 12 115 25 47
Octal 273 231 320 12 32 0 22 425 45 107
Binary 10111011 10011001 11010000 1010 11010 0 10010 100010101 100101 1000111

Color Harmonies of #BB99D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB99D0

Black with #BB99D0

Text Example


Text Example

White with #BB99D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB99D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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