Html Css Color HEX #BC92CC Wisteria

📋 copy color: '#BC92CC'

red 188 ◦ green 146 ◦ blue 204

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

Shades of Wisteria #BC92CC

Tints of Wisteria #BC92CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.92%

R = 34.94%
G = 27.14%
B = 37.92%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC92CC (or 0xBC92CC) is known color: Wisteria. HEX triplet: BC, 92 and CC. RGB value is (188,146,204). Sum of RGB (Red+Green+Blue) = 188+146+204=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC92CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92CC is #436D33. Grayscale: #A4A4A4. Windows color (decimal): -4418868 or 13406908. OLE color: 13406908.

HSL color Cylindrical-coordinate representation of color #BC92CC: hue angle of 283.45º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC92CC is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 146 204 -
CMYK 0.08 0.28 0 0.2
HSL 283.45º 0.36% 0.69% -
HSV(B) 283.45º 0.28% 0.8% -
XYZ 41.92 35.61 61.79 -
YUV 165.17 149.91 144.28 -
System Red Green Blue C M Y K H S L
Decimal 188 146 204 0.08 0.28 0 0.2 283.45 0.36 0.69
Hex BC 92 CC 8 1C 0 14 11B 24 45
Octal 274 222 314 10 34 0 24 433 44 105
Binary 10111100 10010010 11001100 1000 11100 0 10100 100011011 100100 1000101

Color Harmonies of #BC92CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92CC

Black with #BC92CC

Text Example


Text Example

White with #BC92CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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