Html Css Color HEX #BC92CE Wisteria

📋 copy color: '#BC92CE'

red 188 ◦ green 146 ◦ blue 206

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

Shades of Wisteria #BC92CE

Tints of Wisteria #BC92CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.04%

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

R = 34.81%
G = 27.04%
B = 38.15%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC92CE (or 0xBC92CE) is known color: Wisteria. HEX triplet: BC, 92 and CE. RGB value is (188,146,206). Sum of RGB (Red+Green+Blue) = 188+146+206=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92CE is #436D31. Grayscale: #A5A5A5. Windows color (decimal): -4418866 or 13537980. OLE color: 13537980.

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

Color convert

RGB 188 146 206 -
CMYK 0.09 0.29 0 0.19
HSL 282º 0.38% 0.69% -
HSV(B) 282º 0.29% 0.81% -
XYZ 42.16 35.71 63.06 -
YUV 165.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 188 146 206 0.09 0.29 0 0.19 282 0.38 0.69
Hex BC 92 CE 9 1D 0 13 11A 26 45
Octal 274 222 316 11 35 0 23 432 46 105
Binary 10111100 10010010 11001110 1001 11101 0 10011 100011010 100110 1000101

Color Harmonies of #BC92CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92CE

Black with #BC92CE

Text Example


Text Example

White with #BC92CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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