Html Css Color HEX #BB9DCB Wisteria

📋 copy color: '#BB9DCB'

red 187 ◦ green 157 ◦ blue 203

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

Shades of Wisteria #BB9DCB

Tints of Wisteria #BB9DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 34.19%
G = 28.7%
B = 37.11%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB9DCB (or 0xBB9DCB) is known color: Wisteria. HEX triplet: BB, 9D and CB. RGB value is (187,157,203). Sum of RGB (Red+Green+Blue) = 187+157+203=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9DCB is #446234. Grayscale: #ABABAB. Windows color (decimal): -4481589 or 13344187. OLE color: 13344187.

HSL color Cylindrical-coordinate representation of color #BB9DCB: hue angle of 279.13º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9DCB is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 157 203 -
CMYK 0.08 0.23 0 0.20
HSL 279.13º 0.31% 0.71% -
HSV(B) 279.13º 0.23% 0.8% -
XYZ 43.33 38.99 61.74 -
YUV 171.21 145.94 139.26 -
System Red Green Blue C M Y K H S L
Decimal 187 157 203 0.08 0.23 0 0.20 279.13 0.31 0.71
Hex BB 9D CB 8 17 0 14 117 1F 47
Octal 273 235 313 10 27 0 24 427 37 107
Binary 10111011 10011101 11001011 1000 10111 0 10100 100010111 11111 1000111

Color Harmonies of #BB9DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9DCB

Black with #BB9DCB

Text Example


Text Example

White with #BB9DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9DCB; }

 p { color: rgb(187,157,203); }

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

background-color css

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

 a { background-color: rgb(187,157,203); }

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

border-color css

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

 span { border-color: rgb(187,157,203); }

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