Html Css Color HEX #BC959A Careys Pink

📋 copy color: '#BC959A'

red 188 ◦ green 149 ◦ blue 154

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

Shades of Careys Pink #BC959A

Tints of Careys Pink #BC959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

 BLUE value IS 154 (60.55% from 255) = 31.36%

R = 38.29%
G = 30.35%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC959A (or 0xBC959A) is known color: Careys Pink. HEX triplet: BC, 95 and 9A. RGB value is (188,149,154). Sum of RGB (Red+Green+Blue) = 188+149+154=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BC959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC959A is #436A65. Grayscale: #A1A1A1. Windows color (decimal): -4418150 or 10130876. OLE color: 10130876.

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

Color convert

RGB 188 149 154 -
CMYK 0 0.21 0.18 0.26
HSL 352.31º 0.23% 0.66% -
HSV(B) 352.31º 0.21% 0.74% -
XYZ 37.32 34.52 35.27 -
YUV 161.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 188 149 154 0 0.21 0.18 0.26 352.31 0.23 0.66
Hex BC 95 9A 0 15 12 1A 160 17 42
Octal 274 225 232 0 25 22 32 540 27 102
Binary 10111100 10010101 10011010 0 10101 10010 11010 101100000 10111 1000010

Color Harmonies of #BC959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC959A

Black with #BC959A

Text Example


Text Example

White with #BC959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC959A; }

 p { color: rgb(188,149,154); }

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

background-color css

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

 a { background-color: rgb(188,149,154); }

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

border-color css

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

 span { border-color: rgb(188,149,154); }

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