Html Css Color HEX #BCA0A6 Careys Pink

📋 copy color: '#BCA0A6'

red 188 ◦ green 160 ◦ blue 166

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

Shades of Careys Pink #BCA0A6

Tints of Careys Pink #BCA0A6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.13%

 BLUE value IS 166 (65.23% from 255) = 32.3%

R = 36.58%
G = 31.13%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BCA0A6 (or 0xBCA0A6) is known color: Careys Pink. HEX triplet: BC, A0 and A6. RGB value is (188,160,166). Sum of RGB (Red+Green+Blue) = 188+160+166=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0A6 is #435F59. Grayscale: #A9A9A9. Windows color (decimal): -4415322 or 10920124. OLE color: 10920124.

HSL color Cylindrical-coordinate representation of color #BCA0A6: hue angle of 347.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCA0A6 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 166 -
CMYK 0 0.15 0.12 0.26
HSL 347.14º 0.17% 0.68% -
HSV(B) 347.14º 0.15% 0.74% -
XYZ 40.19 38.59 41.41 -
YUV 169.06 126.28 141.51 -
System Red Green Blue C M Y K H S L
Decimal 188 160 166 0 0.15 0.12 0.26 347.14 0.17 0.68
Hex BC A0 A6 0 F C 1A 15B 11 44
Octal 274 240 246 0 17 14 32 533 21 104
Binary 10111100 10100000 10100110 0 1111 1100 11010 101011011 10001 1000100

Color Harmonies of #BCA0A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0A6

Black with #BCA0A6

Text Example


Text Example

White with #BCA0A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0A6; }

 p { color: rgb(188,160,166); }

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

background-color css

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

 a { background-color: rgb(188,160,166); }

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

border-color css

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

 span { border-color: rgb(188,160,166); }

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