Html Css Color HEX #BC98A2 Viola

📋 copy color: '#BC98A2'

red 188 ◦ green 152 ◦ blue 162

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

Shades of Viola #BC98A2

Tints of Viola #BC98A2

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.28%

 BLUE value IS 162 (63.67% from 255) = 32.27%

R = 37.45%
G = 30.28%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC98A2 (or 0xBC98A2) is known color: Viola. HEX triplet: BC, 98 and A2. RGB value is (188,152,162). Sum of RGB (Red+Green+Blue) = 188+152+162=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC98A2 is #43675D. Grayscale: #A3A3A3. Windows color (decimal): -4417374 or 10655932. OLE color: 10655932.

HSL color Cylindrical-coordinate representation of color #BC98A2: hue angle of 343.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC98A2 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 162 -
CMYK 0 0.19 0.14 0.26
HSL 343.33º 0.21% 0.67% -
HSV(B) 343.33º 0.19% 0.74% -
XYZ 38.49 35.76 39.06 -
YUV 163.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 188 152 162 0 0.19 0.14 0.26 343.33 0.21 0.67
Hex BC 98 A2 0 13 E 1A 157 15 43
Octal 274 230 242 0 23 16 32 527 25 103
Binary 10111100 10011000 10100010 0 10011 1110 11010 101010111 10101 1000011

Color Harmonies of #BC98A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98A2

Black with #BC98A2

Text Example


Text Example

White with #BC98A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98A2; }

 p { color: rgb(188,152,162); }

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

background-color css

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

 a { background-color: rgb(188,152,162); }

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

border-color css

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

 span { border-color: rgb(188,152,162); }

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