Html Css Color HEX #BB9ECB Wisteria

📋 copy color: '#BB9ECB'

red 187 ◦ green 158 ◦ blue 203

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

Shades of Wisteria #BB9ECB

Tints of Wisteria #BB9ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.83%

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

R = 34.12%
G = 28.83%
B = 37.04%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB9ECB (or 0xBB9ECB) is known color: Wisteria. HEX triplet: BB, 9E and CB. RGB value is (187,158,203). Sum of RGB (Red+Green+Blue) = 187+158+203=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ECB is #446134. Grayscale: #ABABAB. Windows color (decimal): -4481333 or 13344443. OLE color: 13344443.

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

Color convert

RGB 187 158 203 -
CMYK 0.08 0.22 0 0.20
HSL 278.67º 0.3% 0.71% -
HSV(B) 278.67º 0.22% 0.8% -
XYZ 43.5 39.33 61.8 -
YUV 171.8 145.61 138.84 -
System Red Green Blue C M Y K H S L
Decimal 187 158 203 0.08 0.22 0 0.20 278.67 0.3 0.71
Hex BB 9E CB 8 16 0 14 117 1E 47
Octal 273 236 313 10 26 0 24 427 36 107
Binary 10111011 10011110 11001011 1000 10110 0 10100 100010111 11110 1000111

Color Harmonies of #BB9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9ECB

Black with #BB9ECB

Text Example


Text Example

White with #BB9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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