Html Css Color HEX #BCA0A3 Careys Pink

📋 copy color: '#BCA0A3'

red 188 ◦ green 160 ◦ blue 163

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

Shades of Careys Pink #BCA0A3

Tints of Careys Pink #BCA0A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.9%

R = 36.79%
G = 31.31%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BCA0A3 (or 0xBCA0A3) is known color: Careys Pink. HEX triplet: BC, A0 and A3. RGB value is (188,160,163). Sum of RGB (Red+Green+Blue) = 188+160+163=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA0A3 is #435F5C. Grayscale: #A8A8A8. Windows color (decimal): -4415325 or 10723516. OLE color: 10723516.

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

Color convert

RGB 188 160 163 -
CMYK 0 0.15 0.13 0.26
HSL 353.57º 0.17% 0.68% -
HSV(B) 353.57º 0.15% 0.74% -
XYZ 39.92 38.48 39.97 -
YUV 168.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 188 160 163 0 0.15 0.13 0.26 353.57 0.17 0.68
Hex BC A0 A3 0 F D 1A 162 11 44
Octal 274 240 243 0 17 15 32 542 21 104
Binary 10111100 10100000 10100011 0 1111 1101 11010 101100010 10001 1000100

Color Harmonies of #BCA0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA0A3

Black with #BCA0A3

Text Example


Text Example

White with #BCA0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA0A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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