Html Css Color HEX #BC99CE Wisteria

📋 copy color: '#BC99CE'

red 188 ◦ green 153 ◦ blue 206

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

Shades of Wisteria #BC99CE

Tints of Wisteria #BC99CE

RGB

 RED value IS 188 (73.83% from 255) = 34.37%

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 34.37%
G = 27.97%
B = 37.66%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC99CE (or 0xBC99CE) is known color: Wisteria. HEX triplet: BC, 99 and CE. RGB value is (188,153,206). Sum of RGB (Red+Green+Blue) = 188+153+206=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99CE is #436631. Grayscale: #A9A9A9. Windows color (decimal): -4417074 or 13539772. OLE color: 13539772.

HSL color Cylindrical-coordinate representation of color #BC99CE: hue angle of 279.62º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BC99CE is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 153 206 -
CMYK 0.09 0.26 0 0.19
HSL 279.62º 0.35% 0.7% -
HSV(B) 279.62º 0.26% 0.81% -
XYZ 43.27 37.93 63.43 -
YUV 169.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 188 153 206 0.09 0.26 0 0.19 279.62 0.35 0.7
Hex BC 99 CE 9 1A 0 13 118 23 46
Octal 274 231 316 11 32 0 23 430 43 106
Binary 10111100 10011001 11001110 1001 11010 0 10011 100011000 100011 1000110

Color Harmonies of #BC99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99CE

Black with #BC99CE

Text Example


Text Example

White with #BC99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99CE; }

 p { color: rgb(188,153,206); }

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

background-color css

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

 a { background-color: rgb(188,153,206); }

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

border-color css

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

 span { border-color: rgb(188,153,206); }

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