Html Css Color HEX #BB9CC8 Wisteria

📋 copy color: '#BB9CC8'

red 187 ◦ green 156 ◦ blue 200

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

Shades of Wisteria #BB9CC8

Tints of Wisteria #BB9CC8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.73%

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

R = 34.44%
G = 28.73%
B = 36.83%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BB9CC8 (or 0xBB9CC8) is known color: Wisteria. HEX triplet: BB, 9C and C8. RGB value is (187,156,200). Sum of RGB (Red+Green+Blue) = 187+156+200=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB9CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9CC8 is #446337. Grayscale: #AAAAAA. Windows color (decimal): -4481848 or 13147323. OLE color: 13147323.

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

Color convert

RGB 187 156 200 -
CMYK 0.06 0.22 0 0.22
HSL 282.27º 0.29% 0.7% -
HSV(B) 282.27º 0.22% 0.78% -
XYZ 42.81 38.51 59.82 -
YUV 170.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 187 156 200 0.06 0.22 0 0.22 282.27 0.29 0.7
Hex BB 9C C8 6 16 0 16 11A 1D 46
Octal 273 234 310 6 26 0 26 432 35 106
Binary 10111011 10011100 11001000 110 10110 0 10110 100011010 11101 1000110

Color Harmonies of #BB9CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9CC8

Black with #BB9CC8

Text Example


Text Example

White with #BB9CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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