Html Css Color HEX #BC96A5 Viola

📋 copy color: '#BC96A5'

red 188 ◦ green 150 ◦ blue 165

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

Shades of Viola #BC96A5

Tints of Viola #BC96A5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.82%

 BLUE value IS 165 (64.84% from 255) = 32.8%

R = 37.38%
G = 29.82%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC96A5 (or 0xBC96A5) is known color: Viola. HEX triplet: BC, 96 and A5. RGB value is (188,150,165). Sum of RGB (Red+Green+Blue) = 188+150+165=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BC96A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC96A5 is #43695A. Grayscale: #A3A3A3. Windows color (decimal): -4417883 or 10852028. OLE color: 10852028.

HSL color Cylindrical-coordinate representation of color #BC96A5: hue angle of 336.32º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BC96A5 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 165 -
CMYK 0 0.20 0.12 0.26
HSL 336.32º 0.22% 0.66% -
HSV(B) 336.32º 0.2% 0.74% -
XYZ 38.44 35.22 40.37 -
YUV 163.07 129.09 145.78 -
System Red Green Blue C M Y K H S L
Decimal 188 150 165 0 0.20 0.12 0.26 336.32 0.22 0.66
Hex BC 96 A5 0 14 C 1A 150 16 42
Octal 274 226 245 0 24 14 32 520 26 102
Binary 10111100 10010110 10100101 0 10100 1100 11010 101010000 10110 1000010

Color Harmonies of #BC96A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC96A5

Black with #BC96A5

Text Example


Text Example

White with #BC96A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC96A5; }

 p { color: rgb(188,150,165); }

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

background-color css

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

 a { background-color: rgb(188,150,165); }

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

border-color css

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

 span { border-color: rgb(188,150,165); }

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