Html Css Color HEX #BCA6A9 Careys Pink

📋 copy color: '#BCA6A9'

red 188 ◦ green 166 ◦ blue 169

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

Shades of Careys Pink #BCA6A9

Tints of Careys Pink #BCA6A9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.74%

 BLUE value IS 169 (66.41% from 255) = 32.31%

R = 35.95%
G = 31.74%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BCA6A9 (or 0xBCA6A9) is known color: Careys Pink. HEX triplet: BC, A6 and A9. RGB value is (188,166,169). Sum of RGB (Red+Green+Blue) = 188+166+169=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 169 (66.41% from 255 or 32.31% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA6A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA6A9 is #435956. Grayscale: #ACACAC. Windows color (decimal): -4413783 or 11118268. OLE color: 11118268.

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

Color convert

RGB 188 166 169 -
CMYK 0 0.12 0.10 0.26
HSL 351.82º 0.14% 0.69% -
HSV(B) 351.82º 0.12% 0.74% -
XYZ 41.54 40.83 43.23 -
YUV 172.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 188 166 169 0 0.12 0.10 0.26 351.82 0.14 0.69
Hex BC A6 A9 0 C A 1A 160 E 45
Octal 274 246 251 0 14 12 32 540 16 105
Binary 10111100 10100110 10101001 0 1100 1010 11010 101100000 1110 1000101

Color Harmonies of #BCA6A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA6A9

Black with #BCA6A9

Text Example


Text Example

White with #BCA6A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA6A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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