Html Css Color HEX #BC979D Careys Pink

📋 copy color: '#BC979D'

red 188 ◦ green 151 ◦ blue 157

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

Shades of Careys Pink #BC979D

Tints of Careys Pink #BC979D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.44%

 BLUE value IS 157 (61.72% from 255) = 31.65%

R = 37.9%
G = 30.44%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC979D (or 0xBC979D) is known color: Careys Pink. HEX triplet: BC, 97 and 9D. RGB value is (188,151,157). Sum of RGB (Red+Green+Blue) = 188+151+157=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC979D is #436862. Grayscale: #A2A2A2. Windows color (decimal): -4417635 or 10327996. OLE color: 10327996.

HSL color Cylindrical-coordinate representation of color #BC979D: hue angle of 350.27º 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 #BC979D is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 157 -
CMYK 0 0.20 0.16 0.26
HSL 350.27º 0.22% 0.66% -
HSV(B) 350.27º 0.2% 0.74% -
XYZ 37.89 35.26 36.71 -
YUV 162.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 188 151 157 0 0.20 0.16 0.26 350.27 0.22 0.66
Hex BC 97 9D 0 14 10 1A 15E 16 42
Octal 274 227 235 0 24 20 32 536 26 102
Binary 10111100 10010111 10011101 0 10100 10000 11010 101011110 10110 1000010

Color Harmonies of #BC979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC979D

Black with #BC979D

Text Example


Text Example

White with #BC979D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC979D; }

 p { color: rgb(188,151,157); }

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

background-color css

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

 a { background-color: rgb(188,151,157); }

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

border-color css

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

 span { border-color: rgb(188,151,157); }

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