Html Css Color HEX #BCA2AA Careys Pink

📋 copy color: '#BCA2AA'

red 188 ◦ green 162 ◦ blue 170

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

Shades of Careys Pink #BCA2AA

Tints of Careys Pink #BCA2AA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.15%

 BLUE value IS 170 (66.8% from 255) = 32.69%

R = 36.15%
G = 31.15%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCA2AA (or 0xBCA2AA) is known color: Careys Pink. HEX triplet: BC, A2 and AA. RGB value is (188,162,170). Sum of RGB (Red+Green+Blue) = 188+162+170=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA2AA is #435D55. Grayscale: #AAAAAA. Windows color (decimal): -4414806 or 11182780. OLE color: 11182780.

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

Color convert

RGB 188 162 170 -
CMYK 0 0.14 0.10 0.26
HSL 341.54º 0.16% 0.69% -
HSV(B) 341.54º 0.14% 0.74% -
XYZ 40.92 39.43 43.49 -
YUV 170.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 188 162 170 0 0.14 0.10 0.26 341.54 0.16 0.69
Hex BC A2 AA 0 E A 1A 156 10 45
Octal 274 242 252 0 16 12 32 526 20 105
Binary 10111100 10100010 10101010 0 1110 1010 11010 101010110 10000 1000101

Color Harmonies of #BCA2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA2AA

Black with #BCA2AA

Text Example


Text Example

White with #BCA2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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