Html Css Color HEX #BCA8AA Careys Pink

📋 copy color: '#BCA8AA'

red 188 ◦ green 168 ◦ blue 170

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

Shades of Careys Pink #BCA8AA

Tints of Careys Pink #BCA8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.94%

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

R = 35.74%
G = 31.94%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCA8AA (or 0xBCA8AA) is known color: Careys Pink. HEX triplet: BC, A8 and AA. RGB value is (188,168,170). Sum of RGB (Red+Green+Blue) = 188+168+170=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA8AA is #435755. Grayscale: #AEAEAE. Windows color (decimal): -4413270 or 11184316. OLE color: 11184316.

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

Color convert

RGB 188 168 170 -
CMYK 0 0.11 0.10 0.26
HSL 354º 0.13% 0.7% -
HSV(B) 354º 0.11% 0.74% -
XYZ 42 41.6 43.85 -
YUV 174.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 188 168 170 0 0.11 0.10 0.26 354 0.13 0.7
Hex BC A8 AA 0 B A 1A 162 D 46
Octal 274 250 252 0 13 12 32 542 15 106
Binary 10111100 10101000 10101010 0 1011 1010 11010 101100010 1101 1000110

Color Harmonies of #BCA8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA8AA

Black with #BCA8AA

Text Example


Text Example

White with #BCA8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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